Goliath stop building linux kernel under CI

This commit is contained in:
kat witch 2021-11-05 23:16:48 +00:00
parent c6856c69d6
commit 6e0a629060
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72

View file

@ -143,7 +143,7 @@
efi.canTouchEfiVariables = true;
};
deploy.profile.hardware.acs-override = true;
deploy.profile.hardware.acs-override = builtins.getEnv "CI_PLATFORM" == "impure";
users.users.kat.extraGroups = singleton "openrazer";