ipetkov / crane

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

lib: use makeScopeWithSplicing' instead of makeScope #634

Closed ipetkov closed 6 months ago

ipetkov commented 6 months ago

Motivation

Use a spliced scope that better allows for (more correctly) controlling what tools are used where when cross compiling.

Fixes https://github.com/ipetkov/crane/issues/628 Possibly related to https://github.com/ipetkov/crane/issues/551, though I still could not resolve that one yet

Checklist