diff options
author | tv <tv@krebsco.de> | 2016-02-15 16:57:15 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-02-15 16:57:15 +0100 |
commit | 6e6c783a148293acdbfbfeb36c4bd0ef69b9d8ee (patch) | |
tree | eb4a3b43bf4664e4cb7636360427c04125dd8ead /shared | |
parent | 8fc84193512c2f06c00f0c9b80ec5db53f6a7f3c (diff) |
shared-buildbot: <stockholm> isn't a function
Diffstat (limited to 'shared')
-rw-r--r-- | shared/2configs/shared-buildbot.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/2configs/shared-buildbot.nix b/shared/2configs/shared-buildbot.nix index af877f5..f6798bf 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", |