checks: don't expose systems that can't be evaluated

This commit is contained in:
Michael Hoang
2025-03-09 12:12:03 +09:00
parent 4472c51c25
commit a5dd76b66d

View File

@@ -50,7 +50,7 @@ in
flakeOutputs =
lib.mapAttrs' (
name: config: lib.nameValuePair "nixos-${name}" config.config.system.build.toplevel
) self.nixosConfigurations
) (lib.filterAttrs (n: _v: n != "test-install-machine-without-system") self.nixosConfigurations)
// lib.mapAttrs' (n: lib.nameValuePair "package-${n}") self'.packages
// lib.mapAttrs' (n: lib.nameValuePair "devShell-${n}") self'.devShells
// lib.mapAttrs' (name: config: lib.nameValuePair "home-manager-${name}" config.activation-script) (