l 2 buildbot: set NIX_PATH to /var/src
This commit is contained in:
parent
53d0ca2ddf
commit
461637c928
|
@ -147,7 +147,7 @@ in {
|
|||
password = "lasspass";
|
||||
packages = with pkgs; [ gnumake jq nix populate ];
|
||||
extraEnviron = {
|
||||
NIX_PATH="nixpkgs=/var/src/nixpkgs";
|
||||
NIX_PATH="/var/src";
|
||||
};
|
||||
};
|
||||
config.krebs.iptables = {
|
||||
|
|
Loading…
Reference in a new issue