about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2018-03-03T19·48-0600
committerWill Dietz <w@wdtz.org>2018-03-03T19·48-0600
commite9a5ce9b079f21a42b01bdee9a08953a2d34d901 (patch)
tree23c638b03c3283ebd77038ad6884179dc2dfaa9b /release.nix
parent3748a0ca1e9406ff4a701b4f0e1f506c008c4137 (diff)
release.nix: don't try to use nix-2.0 branch, no longer exists
Probably should point at the 18.03 release branch once that's made.
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.nix b/release.nix
index 3f8d5da472..0bbd966fab 100644
--- a/release.nix
+++ b/release.nix
@@ -1,5 +1,5 @@
 { nix ? builtins.fetchGit ./.
-, nixpkgs ? builtins.fetchGit { url = https://github.com/NixOS/nixpkgs.git; ref = "nix-2.0"; }
+, nixpkgs ? builtins.fetchGit https://github.com/NixOS/nixpkgs.git
 , officialRelease ? false
 , systems ? [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]
 }: