summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorx123 <x123@users.noreply.github.com>2019-12-02 23:28:53 +0100
committerFlorian Klink <flokli@flokli.de>2019-12-06 00:45:30 +0100
commit07be5808892732ead6e7f43658145c7123282a77 (patch)
tree524f85f1070684690a588bcd31702191dca83baf /nixos/tests/all-tests.nix
parentbfee3a4989c93f042fb4f293c91ddb4ddb942dfb (diff)
downloadnixpkgs-07be5808892732ead6e7f43658145c7123282a77.tar
nixpkgs-07be5808892732ead6e7f43658145c7123282a77.tar.gz
nixpkgs-07be5808892732ead6e7f43658145c7123282a77.tar.bz2
nixpkgs-07be5808892732ead6e7f43658145c7123282a77.tar.lz
nixpkgs-07be5808892732ead6e7f43658145c7123282a77.tar.xz
nixpkgs-07be5808892732ead6e7f43658145c7123282a77.tar.zst
nixpkgs-07be5808892732ead6e7f43658145c7123282a77.zip
nixos/tests/timezone: port to python
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 fbc8b511f3b..aaae1861011 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -267,6 +267,7 @@ in
   taskserver = handleTest ./taskserver.nix {};
   telegraf = handleTest ./telegraf.nix {};
   tiddlywiki = handleTest ./tiddlywiki.nix {};
+  timezone = handleTest ./timezone.nix {};
   tinydns = handleTest ./tinydns.nix {};
   tor = handleTest ./tor.nix {};
   transmission = handleTest ./transmission.nix {};