From 562e51a86634f79d8b8e08e74cbbf06d104ffe69 Mon Sep 17 00:00:00 2001 From: chn Date: Mon, 1 Apr 2024 18:55:33 +0800 Subject: [PATCH] fix overlay --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2fd959dd..e0f135a2 100644 --- a/flake.nix +++ b/flake.nix @@ -172,7 +172,7 @@ }; checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks inputs.self.deploy) inputs.deploy-rs.lib; overlays.default = final: prev: - { localPackages = (import ./local/pkgs { inherit (inputs) lib; pkgs = final; }); }; + { localPackages = (import ./local/pkgs { inherit (inputs) lib; pkgs = final; topInputs = inputs; }); }; config.archive = false; }; }