Skip to content

Commit

Permalink
release.nix: don't try to use nix-2.0 branch, no longer exists
Browse files Browse the repository at this point in the history
Probably should point at the 18.03 release branch once that's made.
  • Loading branch information
dtzWill committed Mar 3, 2018
1 parent 3748a0c commit e9a5ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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" ]
}:
Expand Down

0 comments on commit e9a5ce9

Please sign in to comment.