-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Description
Describe the bug
Installing nix sh <(curl -L https://nixos.org/nix/install) fails with
I am executing:
$ sudo /bin/cp -f /nix/var/nix/profiles/default/Library/LaunchDaemons/org.nixos.nix-daemon.plist /Library/LaunchDaemons/org.nixos.nix-daemon.plist
to set up the nix-daemon as a LaunchDaemon
cp: /Library/LaunchDaemons/org.nixos.nix-daemon.plist and /nix/var/nix/profiles/default/Library/LaunchDaemons/org.nixos.nix-daemon.plist are identical (not copied).
Steps To Reproduce
- sh <(curl -L https://nixos.org/nix/install)`
Expected behavior
I expect nix to install.
nix-env --version output
nix isn't installed so I can't run this command
Additional context
Full log: nixInstall.log
Reactions are currently unavailable