summaryrefslogtreecommitdiffstats
path: root/shared/1systems/test-minimal-deploy.nix
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-02-15 16:27:11 +0100
committertv <tv@krebsco.de>2016-02-15 16:34:50 +0100
commit8fc84193512c2f06c00f0c9b80ec5db53f6a7f3c (patch)
tree6252e91845286d1726a2df601c5cf79d8d2035a5 /shared/1systems/test-minimal-deploy.nix
parent5f00b6b93fa081bbd76e5ba67de183e2db83cc15 (diff)
don't try to mimic nixpkgs
Diffstat (limited to 'shared/1systems/test-minimal-deploy.nix')
-rw-r--r--shared/1systems/test-minimal-deploy.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/shared/1systems/test-minimal-deploy.nix b/shared/1systems/test-minimal-deploy.nix
index 309e289..bec2b38 100644
--- a/shared/1systems/test-minimal-deploy.nix
+++ b/shared/1systems/test-minimal-deploy.nix
@@ -1,5 +1,8 @@
{ config, pkgs, lib, ... }:
{
+ imports = [
+ ../.
+ ];
krebs = {
enable = true;
build.user = config.krebs.users.shared;