diff --git a/flake.nix b/flake.nix index 464f28c..4959324 100644 --- a/flake.nix +++ b/flake.nix @@ -84,12 +84,10 @@ cargoArtifacts = craneLib.buildDepsOnly commonArgs; in - rec { + { magic-nix-cache = craneLib.buildPackage (commonArgs // { inherit cargoArtifacts; }); - - default = magic-nix-cache; }; packages = forEachSupportedSystem ({ pkgs, ... }: rec {