summaryrefslogtreecommitdiff
path: root/nix-import-tools
AgeCommit message (Collapse)Author
7 daysUpdate just-specific toolsKlaus T. Aehlig
2024-06-27Update just-import-cargo, update just dependencies, and clean upKlaus T. Aehlig
- With the new naming convention of just-import-cargo, there is no longer the conflict on the file etc/defulta/rust/TARGETS. - With the new version of the upstream rust rules, we can use the defaults target directly, as it fully honors TOOLCHAIN_CONFIG[RUST]. - With that simplification in place, we don't have to point just-import-cargo to rules-rust anymore, as for the default-imported rules, the TOOLCHAIN_CONFIG is honored as well.
2024-06-26import dependencies: add just-deduplicate-repos and just-import-cargoKlaus Aehlig
... and already put just-deduplicate-repos at the correct part of the import description in etc/generate-repos.sh
2024-06-25Import rules instead of hard-codingKlaus T. Aehlig