From 36b09656267070ba5ac9f9e083a960cf48254b34 Mon Sep 17 00:00:00 2001 From: Truxnell <9149206+truxnell@users.noreply.github.com> Date: Sun, 31 Mar 2024 12:29:39 +1100 Subject: [PATCH] fix: deploy-rs overlay --- nixos/overlays/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/overlays/default.nix b/nixos/overlays/default.nix index cfb2cbbc..4d53b3e5 100644 --- a/nixos/overlays/default.nix +++ b/nixos/overlays/default.nix @@ -3,7 +3,7 @@ }: { # deploy-rs overlay - deploy-rs = inputs.deploy-rs.overlay; + deploy-rs = inputs.deploy-rs.overlays.default; # The unstable nixpkgs set (declared in the flake inputs) will # be accessible through 'pkgs.unstable'