ipetkov / crane

A Nix library for building cargo projects. Never build twice thanks to incremental artifact caching.
https://crane.dev
MIT License
962 stars 92 forks source link

Fix crate vendoring to not run the default `fixup` phase #619

Closed ipetkov closed 6 months ago

ipetkov commented 6 months ago

Motivation

Fixes https://github.com/ipetkov/crane/issues/618

Checklist