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:
parent
3e5d8e8ff9
commit
e02c366810
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue