1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2025-03-31 04:04:45 +00:00

update installation instructions

This commit is contained in:
Daiderd Jordan 2016-12-18 17:58:09 +01:00
parent 7ed29587d3
commit f5d7e387ea
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -46,7 +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
sudo ln -s private/var/run /run
git clone git@github.com:LnL7/nix-darwin.git ~/.nix-defexpr/darwin
cp ~/.nix-defexpr/darwin/modules/examples/simple.nix ~/.nixpkgs/darwin-configuration.nix
# bootstrap build using default nix.nixPath
export NIX_PATH=darwin=$HOME/.nix-defexpr/darwin:darwin-config=$HOME/.nixpkgs/darwin-configuration.nix:$NIX_PATH