summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorPhillip Cloud <417981+cpcloud@users.noreply.github.com>2021-01-23 17:52:19 -0500
committerGitHub <noreply@github.com>2021-01-23 23:52:19 +0100
commitf1778cd90eea2c3d5dbca3aa55b6351697dad683 (patch)
tree64911b88a17415d38af48c5d4d90433513160bc6 /nixos/tests/all-tests.nix
parent1af6e3aeedce4e7c41738f847923daba186adeb9 (diff)
downloadnixpkgs-f1778cd90eea2c3d5dbca3aa55b6351697dad683.tar
nixpkgs-f1778cd90eea2c3d5dbca3aa55b6351697dad683.tar.gz
nixpkgs-f1778cd90eea2c3d5dbca3aa55b6351697dad683.tar.bz2
nixpkgs-f1778cd90eea2c3d5dbca3aa55b6351697dad683.tar.lz
nixpkgs-f1778cd90eea2c3d5dbca3aa55b6351697dad683.tar.xz
nixpkgs-f1778cd90eea2c3d5dbca3aa55b6351697dad683.tar.zst
nixpkgs-f1778cd90eea2c3d5dbca3aa55b6351697dad683.zip
nixos/nomad: add extraSettingsFiles option to nomad service (#109761)
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 966c7844657..523d3c051e0 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -272,6 +272,7 @@ in
   nginx-variants = handleTest ./nginx-variants.nix {};
   nix-ssh-serve = handleTest ./nix-ssh-serve.nix {};
   nixos-generate-config = handleTest ./nixos-generate-config.nix {};
+  nomad = handleTest ./nomad.nix {};
   novacomd = handleTestOn ["x86_64-linux"] ./novacomd.nix {};
   nsd = handleTest ./nsd.nix {};
   nzbget = handleTest ./nzbget.nix {};