diff options
author | lassulus <lass@aidsballs.de> | 2015-12-26 10:45:50 +0100 |
---|---|---|
committer | lassulus <lass@aidsballs.de> | 2015-12-26 10:45:50 +0100 |
commit | 26b67c485952096e704002b19522c6f555c80056 (patch) | |
tree | 5e94deb4ea2b70a2939e8df57ae0815eedeb4760 /shared/2configs/base.nix | |
parent | 080a72764f8a4eee500ab8cccc9d5552182fcc2e (diff) | |
parent | 8a4f301afb38ed9a2a51efec1a51dba8be69db7b (diff) |
Merge remote-tracking branch 'gum/master'
Diffstat (limited to 'shared/2configs/base.nix')
-rw-r--r-- | shared/2configs/base.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/2configs/base.nix b/shared/2configs/base.nix index 0ce3365..4d509d7 100644 --- a/shared/2configs/base.nix +++ b/shared/2configs/base.nix @@ -19,6 +19,7 @@ with lib; git.nixpkgs = { url = https://github.com/NixOS/nixpkgs; rev = "6d31e9b81dcd4ab927bb3dc91b612dd5abfa2f80"; + target-path = "/var/src/nixpkgs"; }; dir.secrets = { host = config.krebs.current.host; @@ -27,6 +28,7 @@ with lib; dir.stockholm = { host = config.krebs.current.host; path = mkDefault "${getEnv "HOME"}/stockholm"; + target-path = "/var/src/stockholm"; }; }; |