about summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorJaka Hudoklin <jakahudoklin@gmail.com>2014-12-01 17:20:18 +0100
committerJaka Hudoklin <jakahudoklin@gmail.com>2014-12-01 17:20:35 +0100
commit40d73c5eb7c9beffea60d34161fd080881760c4a (patch)
tree5b2e4249f8b328236a62dfaece54e2f79a67f041 /nixos/release.nix
parent77049af46f122418114ae9751952282d30695bc3 (diff)
nixos/docker: fix module, add simple test
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 05d64e1422940..e0530276b6417 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -239,6 +239,7 @@ in rec {
   tests.chromium = callTest tests/chromium.nix {};
   tests.cjdns = callTest tests/cjdns.nix {};
   tests.containers = callTest tests/containers.nix {};
+  tests.docker = scrubDrv (import tests/docker.nix { system = "x86_64-linux"; });
   tests.dockerRegistry = scrubDrv (import tests/docker-registry.nix { system = "x86_64-linux"; });
   tests.etcd = scrubDrv (import tests/etcd.nix { system = "x86_64-linux"; });
   tests.firefox = callTest tests/firefox.nix {};