diff --git a/flake.nix b/flake.nix index fd54edca..202ec388 100644 --- a/flake.nix +++ b/flake.nix @@ -778,19 +778,19 @@ getBuildEntryPoint = _: nixosSystem: nixosSystem.config.microvm.declaredRunner or nixosSystem.config.system.build.toplevel; in lib.mapAttrs getBuildEntryPoint self.nixosConfigurations - // lib.mapAttrs' (hostname: nixosSystem: lib.nameValuePair - # job display name - (hostname + "-nox") - (getBuildEntryPoint null (nixosSystem' (nixosSystem.args // (with nixosSystem.args; { - modules = modules ++ [ - { - # c3d2.simd.enable = lib.mkForce true; - environment.noXlibs = true; - } - ]; - # nixpkgs = nixos-unstable-simd; - })))) - ) self.nixosConfigurations + # // lib.mapAttrs' (hostname: nixosSystem: lib.nameValuePair + # # job display name + # (hostname + "-nox") + # (getBuildEntryPoint null (nixosSystem' (nixosSystem.args // (with nixosSystem.args; { + # modules = modules ++ [ + # { + # # c3d2.simd.enable = lib.mkForce true; + # environment.noXlibs = true; + # } + # ]; + # # nixpkgs = nixos-unstable-simd; + # })))) + # ) self.nixosConfigurations // nixos.lib.filterAttrs (name: attr: (builtins.match ".+-tftproot" name != null && lib.isDerivation attr) ) self.packages.aarch64-linux