inputs: self: pkgs: import inputs.nix-topology { inherit pkgs; modules = [ { inherit (self) nixosConfigurations; } (_: { }) ]; }