about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2024-04-20 21:32:50 +0200
committerGitHub <noreply@github.com>2024-04-20 21:32:50 +0200
commit5bfe2b696431927780f3f633a74eb1f0254b55df (patch)
tree93c2ea8fa54ad1df539c08e88d28b26fe1eb6428 /nixos/tests/all-tests.nix
parent59dc3a46c272583903bb705176f6754bc519cfd1 (diff)
parentc44ca352868d7c9e8ce5b1b90d7df28a28643be6 (diff)
Merge pull request #294641 from devusb/sunshine-module
nixos/sunshine: 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 5abcbabf18e11..232f10d7c24dd 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -858,6 +858,7 @@ in {
   stunnel = handleTest ./stunnel.nix {};
   sudo = handleTest ./sudo.nix {};
   sudo-rs = handleTest ./sudo-rs.nix {};
+  sunshine = handleTest ./sunshine.nix {};
   suwayomi-server = handleTest ./suwayomi-server.nix {};
   swap-file-btrfs = handleTest ./swap-file-btrfs.nix {};
   swap-partition = handleTest ./swap-partition.nix {};