Merge pull request #315749 from Sigmanificient/qtile-vm-fix

nixos/tests/qtile: run only on linux
This commit is contained in:
Azat Bahawi 2024-05-31 18:31:08 +03:00 committed by GitHub
commit 4a9b788bf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -783,7 +783,7 @@ in {
qgis = handleTest ./qgis.nix { qgisPackage = pkgs.qgis; };
qgis-ltr = handleTest ./qgis.nix { qgisPackage = pkgs.qgis-ltr; };
qownnotes = handleTest ./qownnotes.nix {};
qtile = handleTest ./qtile.nix {};
qtile = handleTestOn ["x86_64-linux" "aarch64-linux"] ./qtile.nix {};
quake3 = handleTest ./quake3.nix {};
quicktun = handleTest ./quicktun.nix {};
quorum = handleTest ./quorum.nix {};