diff options
author | lassulus <lass@blue.r> | 2018-09-09 00:55:57 +0200 |
---|---|---|
committer | lassulus <lass@blue.r> | 2018-09-09 00:57:32 +0200 |
commit | b7d5dbd74be88e0d26dce173b523bf5019de548b (patch) | |
tree | fc19b129d790723f9a6b26c49c1378d275961439 /krebs | |
parent | 7197486756f68e2f05327e5b6fd70a8abd44db55 (diff) |
buildbot-stockholm: add more packages to slave
Diffstat (limited to 'krebs')
-rw-r--r-- | krebs/2configs/buildbot-stockholm.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/2configs/buildbot-stockholm.nix b/krebs/2configs/buildbot-stockholm.nix index 8537ce40c..6555b73f4 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 ]; }; } |