crate2nix: prefer environment cargo (#384044)

This commit is contained in:
Ilan Joselevich
2025-02-27 22:11:27 +07:00
committed by GitHub
+1 -1
View File
@@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {
postInstall = ''
wrapProgram $out/bin/crate2nix \
--prefix PATH ":" ${
--suffix PATH ":" ${
lib.makeBinPath [
cargo
nix