summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorJacek Galowicz <jacek.galowicz@cyberus-technology.de>2020-02-03 18:33:26 +0100
committerJacek Galowicz <jacek.galowicz@cyberus-technology.de>2020-02-07 13:24:16 +0100
commit942f0fd7c00ec0b829e65e656f96e28afbbd5348 (patch)
tree2a312365da634c24985257e9f599c853d4612f7c /nixos/tests/all-tests.nix
parent3bb2941e73d6197e0f3cd1827fcbf404c84f59f5 (diff)
downloadnixpkgs-942f0fd7c00ec0b829e65e656f96e28afbbd5348.tar
nixpkgs-942f0fd7c00ec0b829e65e656f96e28afbbd5348.tar.gz
nixpkgs-942f0fd7c00ec0b829e65e656f96e28afbbd5348.tar.bz2
nixpkgs-942f0fd7c00ec0b829e65e656f96e28afbbd5348.tar.lz
nixpkgs-942f0fd7c00ec0b829e65e656f96e28afbbd5348.tar.xz
nixpkgs-942f0fd7c00ec0b829e65e656f96e28afbbd5348.tar.zst
nixpkgs-942f0fd7c00ec0b829e65e656f96e28afbbd5348.zip
nixosTests.zfs: Add to all-tests.nix
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 17f36265c51..20a93ecea0b 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -307,6 +307,7 @@ in
   xss-lock = handleTest ./xss-lock.nix {};
   yabar = handleTest ./yabar.nix {};
   yggdrasil = handleTest ./yggdrasil.nix {};
+  zfs = handleTest ./zfs.nix {};
   zsh-history = handleTest ./zsh-history.nix {};
   zookeeper = handleTest ./zookeeper.nix {};
 }