nixosTests.gnome-xorg: drop

The capability was really dropped in 8fa1c6d44d.
This fixes eval:
  error: Default graphical session, 'gnome-xorg', not found.
  Valid names for 'services.displayManager.defaultSession' are:
    gnome
This commit is contained in:
Vladimír Čunát
2025-11-12 20:35:46 +01:00
parent 90aa221b6f
commit fcb22af0e5
3 changed files with 0 additions and 112 deletions

View File

@@ -642,7 +642,6 @@ in
gnome = runTest ./gnome.nix;
gnome-extensions = runTest ./gnome-extensions.nix;
gnome-flashback = runTest ./gnome-flashback.nix;
gnome-xorg = runTest ./gnome-xorg.nix;
gns3-server = runTest ./gns3-server.nix;
gnupg = runTest ./gnupg.nix;
go-camo = runTest ./go-camo.nix;