1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-04-08 10:09:38 +00:00

add note about libsodium support to the install instructionss

This commit is contained in:
Daiderd Jordan 2017-01-06 22:33:37 +01:00
parent 3e5d8e8ff9
commit e02c366810
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -46,6 +46,10 @@ If you use a symlink you'll probably also want to add `services.activate-system.
Either modify the existing file to source/import the one from `/etc/static` or remove it.
```bash
# install nixpkgs version, this enables libsodium support (for signed binary caches)
# this is not required if you already upgraded nix at some point
nix-env -iA nixpkgs.nix
sudo ln -s private/var/run /run
git clone git@github.com:LnL7/nix-darwin.git ~/.nix-defexpr/darwin