summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2018-08-06 12:16:56 +0200
committerRobin Gloster <mail@glob.in>2018-08-06 16:31:33 +0200
commitfcf067a1aaa8f2d3fe50681ac6e07c764c8a630a (patch)
tree3937468559de8d5d205a3a43a8dcf64c4fa285f9 /nixos/release.nix
parentcb9d784e49a85972df261a273d615096b106908e (diff)
downloadnixpkgs-fcf067a1aaa8f2d3fe50681ac6e07c764c8a630a.tar
nixpkgs-fcf067a1aaa8f2d3fe50681ac6e07c764c8a630a.tar.gz
nixpkgs-fcf067a1aaa8f2d3fe50681ac6e07c764c8a630a.tar.bz2
nixpkgs-fcf067a1aaa8f2d3fe50681ac6e07c764c8a630a.tar.lz
nixpkgs-fcf067a1aaa8f2d3fe50681ac6e07c764c8a630a.tar.xz
nixpkgs-fcf067a1aaa8f2d3fe50681ac6e07c764c8a630a.tar.zst
nixpkgs-fcf067a1aaa8f2d3fe50681ac6e07c764c8a630a.zip
nixos/release.nix: add docker-registry 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 007859259b1..649517130e0 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -277,6 +277,7 @@ in rec {
   tests.docker-tools = callTestOnMatchingSystems ["x86_64-linux"] tests/docker-tools.nix {};
   tests.docker-tools-overlay = callTestOnMatchingSystems ["x86_64-linux"] tests/docker-tools-overlay.nix {};
   tests.docker-edge = callTestOnMatchingSystems ["x86_64-linux"] tests/docker-edge.nix {};
+  tests.docker-registry = callTest tests/docker-registry.nix {};
   tests.dovecot = callTest tests/dovecot.nix {};
   tests.dnscrypt-proxy = callTestOnMatchingSystems ["x86_64-linux"] tests/dnscrypt-proxy.nix {};
   tests.ecryptfs = callTest tests/ecryptfs.nix {};