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:
parent
4281f777d7
commit
0e6e71bc60
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue