summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2021-05-20 20:53:37 +0200
committerMinijackson <minijackson@riseup.net>2021-05-20 20:53:37 +0200
commit3d00431c33a196f16d617c49dbfb3920a7a7fb3f (patch)
treeef0902da479376795ec4b5914fcf01f8f1320c96
parentcc67030828bf31728ddc5c7064bf0a88e0bbb88a (diff)
downloadset_eq-3d00431c33a196f16d617c49dbfb3920a7a7fb3f.tar.gz
set_eq-3d00431c33a196f16d617c49dbfb3920a7a7fb3f.zip
nix: fix nixpkgs channel in specHEADmaster
-rw-r--r--spec.json2
-rw-r--r--spec.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/spec.json b/spec.json
index 1294be4..6168334 100644
--- a/spec.json
+++ b/spec.json
@@ -11,6 +11,6 @@
11 "keepnr": 3, 11 "keepnr": 3,
12 "inputs": { 12 "inputs": {
13 "src": { "type": "git", "value": "https://git.huh.gdn/set_eq/ master", "emailresponsible": false }, 13 "src": { "type": "git", "value": "https://git.huh.gdn/set_eq/ master", "emailresponsible": false },
14 "nixpkgs": { "type": "git", "value": "https://github.com/nixos/nixpkgs-channels nixos-20.09", "emailresponsible": false } 14 "nixpkgs": { "type": "git", "value": "https://github.com/nixos/nixpkgs nixos-20.09", "emailresponsible": false }
15 } 15 }
16} 16}
diff --git a/spec.nix b/spec.nix
index 290717f..9ddb70c 100644
--- a/spec.nix
+++ b/spec.nix
@@ -24,7 +24,7 @@ in {
24 "keepnr": 10, 24 "keepnr": 10,
25 "inputs": { 25 "inputs": {
26 "src": { "type": "git", "value": "https://git.huh.gdn/set_eq/ master", "emailresponsible": true }, 26 "src": { "type": "git", "value": "https://git.huh.gdn/set_eq/ master", "emailresponsible": true },
27 "nixpkgs": { "type": "git", "value": "https://github.com/nixos/nixpkgs-channels nixos-20.09", "emailresponsible": false } 27 "nixpkgs": { "type": "git", "value": "https://github.com/nixos/nixpkgs nixos-20.09", "emailresponsible": false }
28 } 28 }
29 } 29 }
30 } 30 }