diff --git a/flake.nix b/flake.nix index b5035c3..a481c30 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,8 @@ pkgsForEach = nixpkgs.legacyPackages; in { packages = forEachSystem (system: { - default = pkgsForEach.${system}.callPackage ./nix/package.nix {}; + default = self.packages.${system}.microfetch; + microfetch = pkgsForEach.${system}.callPackage ./nix/package.nix {}; }); devShells = forEachSystem (system: {