summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorBen Wolsieffer <benwolsieffer@gmail.com>2019-10-26 23:37:30 -0400
committerSilvan Mosberger <contact@infinisil.com>2020-02-10 01:12:39 +0100
commit7684537e333660e14f1a81add303853f1cb9e87e (patch)
treea3dbd66be589728ae052788770ca83f6af8d2380 /nixos/tests/all-tests.nix
parentdcd96eebd851709717521d0ede97858138da6783 (diff)
downloadnixpkgs-7684537e333660e14f1a81add303853f1cb9e87e.tar
nixpkgs-7684537e333660e14f1a81add303853f1cb9e87e.tar.gz
nixpkgs-7684537e333660e14f1a81add303853f1cb9e87e.tar.bz2
nixpkgs-7684537e333660e14f1a81add303853f1cb9e87e.tar.lz
nixpkgs-7684537e333660e14f1a81add303853f1cb9e87e.tar.xz
nixpkgs-7684537e333660e14f1a81add303853f1cb9e87e.tar.zst
nixpkgs-7684537e333660e14f1a81add303853f1cb9e87e.zip
nixos/sanoid, nixos/syncoid: init module and 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 eb69457fb7e..874c338905d 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -255,6 +255,7 @@ in
   runInMachine = handleTest ./run-in-machine.nix {};
   rxe = handleTest ./rxe.nix {};
   samba = handleTest ./samba.nix {};
+  sanoid = handleTest ./sanoid.nix {};
   sddm = handleTest ./sddm.nix {};
   shiori = handleTest ./shiori.nix {};
   signal-desktop = handleTest ./signal-desktop.nix {};