diff options
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -180,6 +180,6 @@ | |||
180 | }; | 180 | }; |
181 | }) (nixImport { dir = ./hosts; _import = (_path: name: name); }); | 181 | }) (nixImport { dir = ./hosts; _import = (_path: name: name); }); |
182 | 182 | ||
183 | checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib; | 183 | # checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib; |
184 | }; | 184 | }; |
185 | } | 185 | } |