This commit is contained in:
2025-10-29 12:19:04 +03:00
parent 6f25a056b5
commit d8f48cb46e
+1 -1
View File
@@ -22,5 +22,5 @@
};
};
# This is highly advised, and will prevent many possible mistakes
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks self.deploy) deploy-rs.lib;
checks = builtins.mapAttrs (system: deployLib: deployLib.deployChecks inputs.self.deploy) deploy-rs.lib;
}