From a0571cc8957cab6e146c62855940902c1f311ccd Mon Sep 17 00:00:00 2001 From: Emily Date: Wed, 19 Feb 2025 20:07:04 +0000 Subject: [PATCH] flake: remove `default` from the overlay This belongs in `packages` instead (where a duplicate is already present anyway). --- flake.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 {