diff --git a/flake.nix b/flake.nix index ee580d9..476e4c4 100644 --- a/flake.nix +++ b/flake.nix @@ -66,7 +66,11 @@ inherit inputs; pkgs = import inputs.nixpkgs { inherit system; - overlays = [ inputs.agenix.overlays.default ]; + overlays = [ + inputs.agenix.overlays.default + inputs.deploy-rs.overlay + (self: super: { deploy-rs = { inherit (pkgs) deploy-rs; lib = super.deploy-rs.lib; }; }) + ]; }; };