diff --git a/flake.nix b/flake.nix index ae23cb6..888c281 100644 --- a/flake.nix +++ b/flake.nix @@ -85,7 +85,7 @@ inherit system; overlays = [ inputs.deploy-rs.overlays.default - (final: prev: { + (_: prev: { deploy-rs = { inherit (nixpkgs.legacyPackages.${system}) deploy-rs; inherit (prev.deploy-rs) lib;