From f5d7e387ea7edd0ca32faed930ddab6ac8d09e43 Mon Sep 17 00:00:00 2001 From: Daiderd Jordan Date: Sun, 18 Dec 2016 17:58:09 +0100 Subject: [PATCH] update installation instructions --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d806fb24..ad03b5d6 100644 --- a/README.md +++ b/README.md @@ -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