Replace simd jobs with nox

This commit is contained in:
Sandro - 2022-12-09 22:23:07 +01:00
parent ea2878fd36
commit 98d59e10d5
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 5 additions and 3 deletions

View File

@ -764,14 +764,16 @@
in in
lib.mapAttrs getBuildEntryPoint self.nixosConfigurations lib.mapAttrs getBuildEntryPoint self.nixosConfigurations
// lib.mapAttrs' (hostname: nixosSystem: lib.nameValuePair // lib.mapAttrs' (hostname: nixosSystem: lib.nameValuePair
(hostname + "-simd") # job display name
(hostname + "-nox")
(getBuildEntryPoint null (nixosSystem' (nixosSystem.args // (with nixosSystem.args; { (getBuildEntryPoint null (nixosSystem' (nixosSystem.args // (with nixosSystem.args; {
modules = modules ++ [ modules = modules ++ [
{ {
c3d2.simd.enable = lib.mkForce true; # c3d2.simd.enable = lib.mkForce true;
environment.noXlibs = true;
} }
]; ];
nixpkgs = nixos-unstable-simd; # nixpkgs = nixos-unstable-simd;
})))) }))))
) self.nixosConfigurations ) self.nixosConfigurations
// nixos.lib.filterAttrs (name: attr: // nixos.lib.filterAttrs (name: attr: