Speed this up for now

Signed-off-by: Xe <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-11-04 18:31:27 -04:00
parent d5f1487717
commit 03f49165dd
1 changed files with 2 additions and 2 deletions

View File

@ -346,7 +346,7 @@
# }; # };
# This is highly advised, and will prevent many possible mistakes # This is highly advised, and will prevent many possible mistakes
checks = builtins.mapAttrs # checks = builtins.mapAttrs
(system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib; # (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib;
}; };
} }