summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorBruno Bigras <bigras.bruno@gmail.com>2020-01-30 16:31:52 -0500
committerJörg Thalheim <joerg@thalheim.io>2020-02-07 10:36:53 +0000
commit42adda1ec4884e2118d59826f1294d4eadeab642 (patch)
treea294d3719a3ff20ca524222eeb6fbc9d1c2696eb /nixos/tests/all-tests.nix
parent5ad71cfe84a49fc27ebcf7c810bcced1361a6e6e (diff)
downloadnixpkgs-42adda1ec4884e2118d59826f1294d4eadeab642.tar
nixpkgs-42adda1ec4884e2118d59826f1294d4eadeab642.tar.gz
nixpkgs-42adda1ec4884e2118d59826f1294d4eadeab642.tar.bz2
nixpkgs-42adda1ec4884e2118d59826f1294d4eadeab642.tar.lz
nixpkgs-42adda1ec4884e2118d59826f1294d4eadeab642.tar.xz
nixpkgs-42adda1ec4884e2118d59826f1294d4eadeab642.tar.zst
nixpkgs-42adda1ec4884e2118d59826f1294d4eadeab642.zip
nixos/tests/restic.nix: 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 89426865e1a..e1ffe22e4b1 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -249,6 +249,7 @@ in
   radicale = handleTest ./radicale.nix {};
   redis = handleTest ./redis.nix {};
   redmine = handleTest ./redmine.nix {};
+  restic = handleTest ./restic.nix {};
   roundcube = handleTest ./roundcube.nix {};
   rspamd = handleTest ./rspamd.nix {};
   rss2email = handleTest ./rss2email.nix {};