This commit is contained in:
2025-10-29 12:06:55 +03:00
parent 947a38354f
commit 77d79d3baf
+2 -4
View File
@@ -21,8 +21,6 @@
};
};
};
# This is highly advised, and will prevent many possible mistakes
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib;
};
# This is highly advised, and will prevent many possible mistakes
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib;
}