diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2016-12-18 17:58:09 +0100 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2016-12-18 17:58:09 +0100 |
| commit | f5d7e387ea7edd0ca32faed930ddab6ac8d09e43 (patch) | |
| tree | dd6e09cee2c162e1ba9be620c7a2460d416111a8 /README.md | |
| parent | 7ed29587d3a1ae65b8930133346fe200ec668b9d (diff) | |
update installation instructions
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
