diff --git a/flake.nix b/flake.nix index b78a3dc..96fefb5 100644 --- a/flake.nix +++ b/flake.nix @@ -369,7 +369,12 @@ // # Machines lib.genAttrs allMachines - (machine: self.nixosConfigurations.${machine}.config.system.build.toplevel) + (machine: self.nixosConfigurations.${machine}.config.system.build.toplevel.overrideAttrs (prev: { + passthru = + (prev.passthru or { }) + // self.nixosConfigurations.${machine}.config.system.build + // { inherit (self.nixosConfigurations.${machine}) pkgs config; }; + })) // # Nix-topology (let