Skip to content

Commit d73e4f2

Browse files
committed
fix(pkgs/zkvms): Turn off removeReferencesToRustToolchain phase
1 parent 586eee1 commit d73e4f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/all-packages.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@
159159
};
160160

161161
installSourceAndCargo = rust-toolchain: rec {
162+
# In certain cases, this phase replaces rust toolchain references with /nix/store/eee...
163+
doNotRemoveReferencesToRustToolchain = true;
164+
162165
installPhaseCommand = ''
163166
mkdir -p "$out"/bin
164167
# Install source code

0 commit comments

Comments
 (0)