l 2 buildbot: set NIX_PATH in nix-shell

This commit is contained in:
lassulus 2017-06-20 01:16:33 +02:00
parent e554991d5b
commit dc5661c3ad

View File

@ -96,6 +96,7 @@ in {
# SSL_CERT_FILE,LOGNAME,NIX_REMOTE
nixshell = [
"nix-shell",
"-I", "/var/src",
"-I", "stockholm=.",
"-p"
] + deps + [ "--run" ]
@ -164,9 +165,6 @@ in {
username = "testworker";
password = "lasspass";
packages = with pkgs; [ gnumake jq nix populate ];
extraEnviron = {
NIX_PATH="/var/src";
};
};
config.krebs.iptables = {
tables = {