flake: remove default
from the overlay
This belongs in `packages` instead (where a duplicate is already present anyway).
This commit is contained in:
parent
260ce740fc
commit
a0571cc895
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue