feature: improved checks and build time
This commit is contained in:
parent
e800b738dc
commit
6f52531eb7
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue