From d03d18631d52957976ea8143b29fec8b48bc751b Mon Sep 17 00:00:00 2001 From: oqyude Date: Wed, 29 Oct 2025 12:21:22 +0300 Subject: [PATCH] 123 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ce019aa..eb3d185 100755 --- a/flake.nix +++ b/flake.nix @@ -122,7 +122,7 @@ }; }; # This is highly advised, and will prevent many possible mistakes - checks = builtins.mapAttrs (system: inputs.deployLib: inputs.deployLib.deployChecks inputs.self.deploy) inputs.deploy-rs.lib; + checks = builtins.mapAttrs (system: deployLib: inputs.deployLib.deployChecks inputs.self.deploy) inputs.deploy-rs.lib; } // (import ./home flakeContext) // (import ./configurations flakeContext)