summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2021-10-18 00:38:58 +0200
committerRobert Hensing <robert@roberthensing.nl>2021-10-18 12:07:01 +0200
commitc64881b6da4779115e8ee36d7e4f6443d5283e5d (patch)
tree30d2a1d36f7958c133aceaa9d622a661ff1de50c /nixos/tests/all-tests.nix
parenta8166c9574683f3392f31a1b7d40c44cfb8c9f75 (diff)
downloadnixpkgs-c64881b6da4779115e8ee36d7e4f6443d5283e5d.tar
nixpkgs-c64881b6da4779115e8ee36d7e4f6443d5283e5d.tar.gz
nixpkgs-c64881b6da4779115e8ee36d7e4f6443d5283e5d.tar.bz2
nixpkgs-c64881b6da4779115e8ee36d7e4f6443d5283e5d.tar.lz
nixpkgs-c64881b6da4779115e8ee36d7e4f6443d5283e5d.tar.xz
nixpkgs-c64881b6da4779115e8ee36d7e4f6443d5283e5d.tar.zst
nixpkgs-c64881b6da4779115e8ee36d7e4f6443d5283e5d.zip
nixopsUnstable: Add test
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 a6eb2c03258..12b67008291 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -311,6 +311,7 @@ in
   nitter = handleTest ./nitter.nix {};
   nix-serve = handleTest ./nix-ssh-serve.nix {};
   nix-ssh-serve = handleTest ./nix-ssh-serve.nix {};
+  nixops = handleTest ./nixops/default.nix {};
   nixos-generate-config = handleTest ./nixos-generate-config.nix {};
   node-red = handleTest ./node-red.nix {};
   nomad = handleTest ./nomad.nix {};