Merge pull request #10 from crabtw/master

Fix nix-instantiate substituted path
This commit is contained in:
Jörg Thalheim 2020-04-09 06:22:03 +01:00 committed by GitHub
commit a73dd8e640
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ stdenv.mkDerivation {
substituteInPlace direnvrc \
--replace "grep" "${gnugrep}/bin/grep" \
--replace "nix-shell" "${nix}/bin/nix-shell" \
--replace "nix-instantiate" "${nix}/bin/nix-shell"
--replace "nix-instantiate" "${nix}/bin/nix-instantiate"
'';
installPhase = ''