diff --git a/flake.nix b/flake.nix index 8668199..df38c88 100644 --- a/flake.nix +++ b/flake.nix @@ -45,7 +45,7 @@ deployPkgs = import nixpkgs { inherit system; overlays = [ - deploy-rs.overlay + deploy-rs.overlays.default (_self: super: { deploy-rs = { inherit (pkgs) deploy-rs;