feature: improved checks and build time

This commit is contained in:
Jermeiah S 2025-06-29 12:47:09 -04:00
parent e800b738dc
commit 6f52531eb7
No known key found for this signature in database

View file

@ -56,4 +56,7 @@ in
# remoteBuild = true; # remoteBuild = true;
nodes = lib.mapAttrs genNode deployableNodes; nodes = lib.mapAttrs genNode deployableNodes;
}; };
flake.checks = builtins.mapAttrs (
system: deployLib: deployLib.deployChecks self.deploy
) deploy-rs.lib;
} }