From 6fdc35b8585970e092f176c027bd759a3a6f9ec0 Mon Sep 17 00:00:00 2001 From: Raphael Zimmermann Date: Sat, 7 Jun 2025 17:10:34 +0200 Subject: [PATCH] Replace deprecated deploy-rs overlay attribute with overlays.default --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;