diff options
| author | Daiderd Jordan <daiderd@gmail.com> | 2018-08-26 14:32:23 +0200 |
|---|---|---|
| committer | Daiderd Jordan <daiderd@gmail.com> | 2018-08-26 14:33:40 +0200 |
| commit | e57ac2ee71ef7b889ae254b9085abedcbec952df (patch) | |
| tree | 1665ce484672d3990c2913cb85fe56273124ef45 /modules/examples/simple.nix | |
| parent | f473b21c9fbb6b9af0400442448e44514d44a452 (diff) | |
simple: add environment.darwinConfig example
Diffstat (limited to 'modules/examples/simple.nix')
| -rw-r--r-- | modules/examples/simple.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/examples/simple.nix b/modules/examples/simple.nix index 9f18ef1..1efbdb2 100644 --- a/modules/examples/simple.nix +++ b/modules/examples/simple.nix @@ -7,6 +7,10 @@ [ pkgs.vim ]; + # Use a custom configuration.nix location. + # $ darwin-rebuild switch -I darwin-config=$HOME/.config/nixpkgs/darwin/configuration.nix + # environment.darwinConfig = "$HOME/.config/nixpkgs/darwin/configuration.nix"; + # Auto upgrade nix package and the daemon service. # services.nix-daemon.enable = true; # nix.package = pkgs.nix; |
