summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2019-05-04 18:09:06 +0200
committerMinijackson <minijackson@riseup.net>2019-05-04 18:09:06 +0200
commit44f39af1a22ef0334604b00f5f2f7d0cb4cfef1c (patch)
tree30e305dfd7cd2889d0b664d81d1f9fafebd9bafb
parent82d3cf2318b9a921586df953e2514818584b1550 (diff)
downloadset_eq-44f39af1a22ef0334604b00f5f2f7d0cb4cfef1c.tar.gz
set_eq-44f39af1a22ef0334604b00f5f2f7d0cb4cfef1c.zip
Update nixpkgs channel to 19.03
-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 30ad49b..cf65cf5 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-18.09", "emailresponsible": false } 14 "nixpkgs": { "type": "git", "value": "https://github.com/nixos/nixpkgs-channels nixos-19.03", "emailresponsible": false }
15 } 15 }
16} 16}
diff --git a/spec.nix b/spec.nix
index cc53b2a..84df6d3 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-18.09", "emailresponsible": false } 27 "nixpkgs": { "type": "git", "value": "https://github.com/nixos/nixpkgs-channels nixos-19.03", "emailresponsible": false }
28 } 28 }
29 } 29 }
30 } 30 }