Skip to content
3 changes: 3 additions & 0 deletions packages/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@
};

installSourceAndCargo = rust-toolchain: rec {
# In certain cases, this phase replaces rust toolchain references with /nix/store/eee...
doNotRemoveReferencesToRustToolchain = true;

installPhaseCommand = ''
mkdir -p "$out"/bin
# Install source code
Expand Down