summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2017-12-31 03:59:13 +0100
committerlassulus <lassulus@lassul.us>2017-12-31 04:05:37 +0100
commit76e1b56c841937fa4b12b8a94aff6e21b8cd27dd (patch)
treea6e7220a7d4487f8381d46e6425d43a4b99445e0
parent073c2a9cb18725f82e45c9e74e51fdea17c73fa3 (diff)
tests deploy: get pkgs with overlaysprism/staging/tests
-rw-r--r--krebs/6tests/deploy.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/krebs/6tests/deploy.nix b/krebs/6tests/deploy.nix
index 842bbc22a..99a66dd59 100644
--- a/krebs/6tests/deploy.nix
+++ b/krebs/6tests/deploy.nix
@@ -1,7 +1,8 @@
with import <stockholm/lib>;
-import <nixpkgs/nixos/tests/make-test.nix> ({ pkgs, ... }:
+import <nixpkgs/nixos/tests/make-test.nix> ({ ... }:
let
+ pkgs = import <nixpkgs> { overlays = [(import ../5pkgs)]; };
test-config = <stockholm/krebs/6tests/data/test-config.nix>;
privKey = ''
-----BEGIN OPENSSH PRIVATE KEY-----