-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bad darwin reinstallation experience #2410
Comments
Firstly upgrade instructions are available here https://nixos.org/nix/manual/#ch-upgrading-nix.
|
To get rid of |
Should the upgrade change files like |
I encountered the same error while trying to install nix in single-user mode on top of an existing multi-user installation. The nix-daemon plist file was still there so I followed the multi-user uninstallation instructions about the nix-daemon.plist. Edit: also removed these lines from
|
Using NixOS 17.09. To get rid of warning: nix.package = pkgs.nixStable2; After a |
I marked this as stale due to inactivity. → More info |
I closed this issue due to inactivity. → More info |
Having a mac I thought of using it to fix some darwin failures, so I went to install Nix. Turns out that I had an older version of Nix installed already, but this should work just fine, optimally. Here I describe all the problems that I happen to encounter.
curl https://nixos.org/nix/install | sh
nix-daemon
in my system start scripts, which I have no idea how to do (okay I have a tiny idea, but this launchctl stuff is so annoying to do). So I give up on that idea, I just want a quick installation.So indeed, I seem to be running a 1.11.13 nix-daemon, didn't even notice. I don't feel like fixing this now.
8. Wanting to fix this annoying
warning: unknown setting 'signed-binary-caches'
warning, I remove Nix' config file and install again to get a "fresh" oneOnly three different warnings this time, yay
Note that in this process I downloaded Nix a total of 4 times.
There are so many things to improve here.
Ping @grahamc @LnL7
Relevant for NixOS/nixpkgs#46401
The text was updated successfully, but these errors were encountered: