This commit is contained in:
Sandro - 2023-05-23 01:46:35 +02:00
parent f17eee879a
commit 15331eea97
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 2 additions and 4 deletions

View File

@ -835,13 +835,11 @@
// lib.mapAttrs' (hostname: nixosSystem: let // lib.mapAttrs' (hostname: nixosSystem: let
hostname' = hostname + "-23-05"; hostname' = hostname + "-23-05";
in lib.nameValuePair in lib.nameValuePair
# job display name hostname' # job display name
hostname'
(getBuildEntryPoint hostname' (nixosSystem' (nixosSystem.args // (with nixosSystem.args; { (getBuildEntryPoint hostname' (nixosSystem' (nixosSystem.args // (with nixosSystem.args; {
modules = modules ++ [ modules = modules ++ [
# { # {
# # simd.enable = lib.mkForce true; # simd.enable = lib.mkForce true;
# environment.noXlibs = true;
# } # }
]; ];
nixos = nixos-23-05; nixos = nixos-23-05;