about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authoréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2024-04-29 15:47:59 -0400
committeréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2024-04-29 15:47:59 -0400
commit72566d7bfbb8c4c78ddd5845b784b5282f7103a9 (patch)
tree5d196e11c95221ca8e8b72f56295b5e7753dd3b2 /nixos/tests/all-tests.nix
parent3596b1834e7840e601a7204ac43292484fb66ae8 (diff)
swayfx-unwrapped: add basic nixos 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 2c9d1aa568bf2..6ef1d8d537980 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -867,6 +867,7 @@ in {
   swap-partition = handleTest ./swap-partition.nix {};
   swap-random-encryption = handleTest ./swap-random-encryption.nix {};
   sway = handleTest ./sway.nix {};
+  swayfx = handleTest ./swayfx.nix {};
   switchTest = handleTest ./switch-test.nix {};
   sympa = handleTest ./sympa.nix {};
   syncthing = handleTest ./syncthing.nix {};