diff options
author | lassulus <lassulus@lassul.us> | 2017-12-31 03:59:13 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-12-31 04:05:37 +0100 |
commit | 76e1b56c841937fa4b12b8a94aff6e21b8cd27dd (patch) | |
tree | a6e7220a7d4487f8381d46e6425d43a4b99445e0 /krebs/6tests | |
parent | 073c2a9cb18725f82e45c9e74e51fdea17c73fa3 (diff) |
tests deploy: get pkgs with overlaysprism/staging/tests
Diffstat (limited to 'krebs/6tests')
-rw-r--r-- | krebs/6tests/deploy.nix | 3 |
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----- |