diff --git a/flake.nix b/flake.nix index 4efda836..3dd15e40 100644 --- a/flake.nix +++ b/flake.nix @@ -505,6 +505,8 @@ nixpkgs.lib.filterAttrs (_: nixosSystem: system == nixosSystem.config.system.build.toplevel.system ) self.nixosConfigurations - ) // self.packages.${system}; + // + self.packages.${system}; + ) }; }