summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorFrancesco Gazzetta <fgaz@fgaz.me>2021-11-13 23:00:20 +0100
committerFrancesco Gazzetta <fgaz@fgaz.me>2021-11-13 23:00:20 +0100
commitdf99f2326ee60ea5e44ecea403f92d98313e1a1f (patch)
treee93543275cb9e60c6951dec7938ce266278e575e /nixos/tests/all-tests.nix
parentdf177cf39b6d9e1a10967079cb32970401d91a25 (diff)
downloadnixpkgs-df99f2326ee60ea5e44ecea403f92d98313e1a1f.tar
nixpkgs-df99f2326ee60ea5e44ecea403f92d98313e1a1f.tar.gz
nixpkgs-df99f2326ee60ea5e44ecea403f92d98313e1a1f.tar.bz2
nixpkgs-df99f2326ee60ea5e44ecea403f92d98313e1a1f.tar.lz
nixpkgs-df99f2326ee60ea5e44ecea403f92d98313e1a1f.tar.xz
nixpkgs-df99f2326ee60ea5e44ecea403f92d98313e1a1f.tar.zst
nixpkgs-df99f2326ee60ea5e44ecea403f92d98313e1a1f.zip
nixosTests.domination: init
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 0ee91ebffbe..deed04697de 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -109,6 +109,7 @@ in
   docker-tools-overlay = handleTestOn ["x86_64-linux"] ./docker-tools-overlay.nix {};
   documize = handleTest ./documize.nix {};
   dokuwiki = handleTest ./dokuwiki.nix {};
+  domination = handleTest ./domination.nix {};
   dovecot = handleTest ./dovecot.nix {};
   ec2-config = (handleTestOn ["x86_64-linux"] ./ec2.nix {}).boot-ec2-config or {};
   ec2-nixops = (handleTestOn ["x86_64-linux"] ./ec2.nix {}).boot-ec2-nixops or {};