summaryrefslogtreecommitdiffstats
path: root/krebs/2configs
diff options
context:
space:
mode:
authorlassulus <lass@blue.r>2018-09-09 00:55:57 +0200
committerlassulus <lass@blue.r>2018-09-09 00:57:32 +0200
commitb7d5dbd74be88e0d26dce173b523bf5019de548b (patch)
treefc19b129d790723f9a6b26c49c1378d275961439 /krebs/2configs
parent7197486756f68e2f05327e5b6fd70a8abd44db55 (diff)
buildbot-stockholm: add more packages to slave
Diffstat (limited to 'krebs/2configs')
-rw-r--r--krebs/2configs/buildbot-stockholm.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/2configs/buildbot-stockholm.nix b/krebs/2configs/buildbot-stockholm.nix
index 8537ce40..6555b73f 100644
--- a/krebs/2configs/buildbot-stockholm.nix
+++ b/krebs/2configs/buildbot-stockholm.nix
@@ -183,6 +183,6 @@ in
masterhost = "localhost";
username = "testslave";
password = "lasspass";
- packages = with pkgs; [ gnumake jq nix populate ];
+ packages = with pkgs; [ gnumake jq nix populate gnutar lzma gzip ];
};
}