summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 768f19bd..744c3b93 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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}