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
hostname' = hostname + "-23-05";
in lib.nameValuePair
# job display name
hostname'
hostname' # job display name
(getBuildEntryPoint hostname' (nixosSystem' (nixosSystem.args // (with nixosSystem.args; {
modules = modules ++ [
# {
# # simd.enable = lib.mkForce true;
# environment.noXlibs = true;
# simd.enable = lib.mkForce true;
# }
];
nixos = nixos-23-05;