From dff3412be42666740d431fa595dc94fca67bba2c Mon Sep 17 00:00:00 2001 From: oqyude Date: Wed, 29 Oct 2025 12:23:08 +0300 Subject: [PATCH] 12 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index eb3d185..ab6d1cc 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: deployLib: inputs.deployLib.deployChecks inputs.self.deploy) inputs.deploy-rs.lib; + checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks inputs.self.deploy) inputs.deploy-rs.lib; } // (import ./home flakeContext) // (import ./configurations flakeContext)