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:
parent
7ed29587d3
commit
f5d7e387ea
1 changed files with 3 additions and 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
|
||||
|
|
Loading…
Add table
Reference in a new issue