Unverified Commit 55570221 authored by Ilan Joselevich's avatar Ilan Joselevich Committed by GitHub
Browse files

crate2nix: prefer environment cargo (#384044)

parents f03ed5c8 2fedafff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ rustPlatform.buildRustPackage rec {

  postInstall = ''
    wrapProgram $out/bin/crate2nix \
      --prefix PATH ":" ${
      --suffix PATH ":" ${
        lib.makeBinPath [
          cargo
          nix