Test
This commit is contained in:
parent
27b45e65b9
commit
eab113816b
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
|||
};
|
||||
|
||||
# Checks for deploy-rs - Makes deploy-rs fail when system evaluations fail
|
||||
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib;
|
||||
checks = libx.forAllSystems (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib;
|
||||
|
||||
# Devshell for bootstrapping; acessible via 'nix develop'
|
||||
devShells = libx.forAllSystems (system:
|
||||
|
|
Loading…
Reference in a new issue