diff options
| author | seth <[email protected]> | 2024-06-04 12:00:21 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-06-04 08:00:21 -0400 |
| commit | 6219d0b7cfea271bffbc0ba11956373b55db17cf (patch) | |
| tree | 124d9dd1f01b31f111095d133ff769a04f717b94 /test/npins/sources.json | |
| parent | 1c3c62b0eff2e1db0c3a58729e0adc8d8c41e501 (diff) | |
fix: running without specific inputs passed (#1)v0.1.2
Diffstat (limited to 'test/npins/sources.json')
| -rw-r--r-- | test/npins/sources.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/npins/sources.json b/test/npins/sources.json index d2e254b..3b18703 100644 --- a/test/npins/sources.json +++ b/test/npins/sources.json @@ -1,5 +1,11 @@ { "pins": { + "nixos-24.05": { + "type": "Channel", + "name": "nixos-24.05", + "url": "https://releases.nixos.org/nixos/24.05/nixos-24.05.803.b3b2b28c1daa/nixexprs.tar.xz", + "hash": "186cvfziz5kd7qknw4fb9z2b2fpqi9gbsyw3gky7hmj0bzdan64b" + }, "nixpkgs": { "type": "Channel", "name": "nixpkgs-unstable", |
