lol

nixosTests.gitlab: do not block nixos-unstable on aarch64 (#368509)

authored by

K900 and committed by
GitHub
634fd468 3c14d26e

+1 -1
+1 -1
nixos/release-combined.nix
··· 99 99 100 100 (onFullSupported "nixos.tests.firewall") 101 101 (onFullSupported "nixos.tests.fontconfig-default-fonts") 102 - (onFullSupported "nixos.tests.gitlab") 102 + (onSystems [ "x86_64-linux" ] "nixos.tests.gitlab") # we lack energy to really debug aarch64 here 103 103 (onFullSupported "nixos.tests.gnome") 104 104 (onFullSupported "nixos.tests.gnome-xorg") 105 105 (onSystems [ "x86_64-linux" ] "nixos.tests.hibernate")