Skip to content

Commit

Permalink
release: access fetchGit from builtins to fix eval w/1.11 (<1.12)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed Jan 10, 2018
1 parent da85bea commit 435ccc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.nix
@@ -1,4 +1,4 @@
{ nix ? fetchGit ./.
{ nix ? builtins.fetchGit ./.
, nixpkgs ? fetchTarball channel:nixos-17.09
, officialRelease ? false
, systems ? [ "x86_64-linux" "i686-linux" "x86_64-darwin" "aarch64-linux" ]
Expand Down

0 comments on commit 435ccc7

Please sign in to comment.