summaryrefslogtreecommitdiffstats
path: root/shared
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-02-15 16:57:15 +0100
committertv <tv@krebsco.de>2016-02-15 16:57:15 +0100
commit372f2d77f301719e396a6f943657325e2f8b2cf4 (patch)
tree629168e5accded7c8ed61761e21ca2b84574f345 /shared
parentb7a92f63884af00eb0243ec9328be689a6c9b845 (diff)
shared-buildbot: <stockholm> isn't a function
Diffstat (limited to 'shared')
-rw-r--r--shared/2configs/shared-buildbot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/2configs/shared-buildbot.nix b/shared/2configs/shared-buildbot.nix
index af877f5d..f6798bf9 100644
--- a/shared/2configs/shared-buildbot.nix
+++ b/shared/2configs/shared-buildbot.nix
@@ -61,7 +61,7 @@
# prepare nix-shell
# the dependencies which are used by the test script
deps = [ "gnumake", "jq","nix","rsync",
- "(import <stockholm> {}).pkgs.test.infest-cac-centos7" ]
+ "(import <stockholm>).pkgs.test.infest-cac-centos7" ]
# TODO: --pure , prepare ENV in nix-shell command:
# SSL_CERT_FILE,LOGNAME,NIX_REMOTE
nixshell = ["nix-shell",