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