flake: remove default from the overlay

This belongs in `packages` instead (where a duplicate is already
present anyway).
This commit is contained in:
Emily 2025-02-19 20:07:04 +00:00
parent 260ce740fc
commit a0571cc895

View file

@ -84,12 +84,10 @@
cargoArtifacts = craneLib.buildDepsOnly commonArgs; cargoArtifacts = craneLib.buildDepsOnly commonArgs;
in in
rec { {
magic-nix-cache = craneLib.buildPackage (commonArgs // { magic-nix-cache = craneLib.buildPackage (commonArgs // {
inherit cargoArtifacts; inherit cargoArtifacts;
}); });
default = magic-nix-cache;
}; };
packages = forEachSupportedSystem ({ pkgs, ... }: rec { packages = forEachSupportedSystem ({ pkgs, ... }: rec {