diff options
author | Will Dietz <w@wdtz.org> | 2018-03-03T19·48-0600 |
---|---|---|
committer | Will Dietz <w@wdtz.org> | 2018-03-03T19·48-0600 |
commit | e9a5ce9b079f21a42b01bdee9a08953a2d34d901 (patch) | |
tree | 23c638b03c3283ebd77038ad6884179dc2dfaa9b /release.nix | |
parent | 3748a0ca1e9406ff4a701b4f0e1f506c008c4137 (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.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release.nix b/release.nix index 3f8d5da4721e..0bbd966fabd7 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" ] }: |