Skip to content
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

Update "Upgrading Nix" documentation #3581

Merged
merged 1 commit into from May 11, 2020
Merged

Conversation

TerrorJack
Copy link
Contributor

This PR proposes two changes to the "Upgrading Nix" documentation:

  • Besides updating nixpkgs.nix, we also update nixpkgs.cacert, so that the certificates are up-to-date as well.
  • Add the instructions for multi-user mode on Linux.

This PR proposes two changes to the "Upgrading Nix" documentation:

* Besides updating `nixpkgs.nix`, we also update `nixpkgs.cacert`, so that the certificates are up-to-date as well.
* Add the instructions for multi-user mode on Linux.

<para>
Multi-user Nix users on Linux should run this with sudo:
<command>nix-channel --update; nix-env -iA nixpkgs.nix nixpkgs.cacert; systemctl daemon-reload; systemctl restart nix-daemon</command>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sudo pkill nix-daemon also works on darwin :)

@domenkozar domenkozar merged commit 23e5b48 into NixOS:master May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants