1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

activation-checks: fix nixpkgs instructions

This commit is contained in:
Daiderd Jordan 2017-07-24 19:31:57 +02:00
parent 4281f777d7
commit 0e6e71bc60
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -65,7 +65,7 @@ let
echo >&2
echo "or set" >&2
echo >&2
echo " nix.nixPath = [ \"nixpkgs=$(nix-instantiate --eval -E '<darwin>')\" ];" >&2
echo " nix.nixPath = [ \"nixpkgs=$(nix-instantiate --eval -E '<nixpkgs>')\" ];" >&2
echo >&2
exit 2
fi