about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorPayas Relekar <payas@relekar.org>2024-03-16 14:26:22 +0530
committerPayas Relekar <payas@relekar.org>2024-03-28 20:08:28 +0530
commit466b994af99a23ce1140eedb610199606708d7b0 (patch)
tree5ab30d4df52de75605b3f3470a91738d19078187 /nixos/tests/all-tests.nix
parent050f4664b55e1a7f1d405d611cd12677b03b14d0 (diff)
nixos/workout-tracker: init
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 9cff268ae1d15..88eaee9a9a53f 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -991,6 +991,7 @@ in {
   wireguard = handleTest ./wireguard {};
   without-nix = handleTest ./without-nix.nix {};
   wmderland = handleTest ./wmderland.nix {};
+  workout-tracker = handleTest ./workout-tracker.nix {};
   wpa_supplicant = handleTest ./wpa_supplicant.nix {};
   wordpress = handleTest ./wordpress.nix {};
   wrappers = handleTest ./wrappers.nix {};