diff options
author | lassulus <lassulus@lassul.us> | 2017-07-21 16:48:16 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-07-21 16:48:16 +0200 |
commit | 899b16848aade46804f70ea4ffec1e80c5bf6031 (patch) | |
tree | 0b7ea21982f358ba3589f18f38cc4030dd473762 /krebs/2configs/shared-buildbot.nix | |
parent | 94721484691ed91e448b12f0028774b52c419e51 (diff) |
krebs shared-buildbot: fix NIX_PATH for source.nix
Diffstat (limited to 'krebs/2configs/shared-buildbot.nix')
-rw-r--r-- | krebs/2configs/shared-buildbot.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/2configs/shared-buildbot.nix b/krebs/2configs/shared-buildbot.nix index 51984209c..dd430b7c0 100644 --- a/krebs/2configs/shared-buildbot.nix +++ b/krebs/2configs/shared-buildbot.nix @@ -173,6 +173,6 @@ packages = with pkgs; [ gnumake jq nix populate ]; # all nix commands will need a working nixpkgs installation extraEnviron = { - NIX_PATH="nixpkgs=/var/src/nixpkgs:nixos-config=./krebs/1systems/wolf.nix"; }; + NIX_PATH="nixpkgs=/var/src/nixpkgs:nixos-config=./krebs/1systems/wolf/config.nix:stockholm=./"; }; }; } |