im trying to update my system and having the following errors.
error: Cannot build '/nix/store/s795jlqvg4fhf6sgkld6zbk7zx8fwgz4-rust-docs-1.89.0-x86_64-unknown-linux-gnu.drv'.
Reason: builder failed with exit code 1.
Output paths:
/nix/store/sxhgmswbqc7zx9681s0qsajv7xkjk9rf-rust-docs-1.89.0-x86_64-unknown-linux-gnu
Last 3 log lines:
> Running phase: unpackPhase
> unpacking source archive /nix/store/yj43bcxlhhd2vl11ch0n59zxxw1xy20f-unknown
> do not know how to unpack source archive /nix/store/yj43bcxlhhd2vl11ch0n59zxxw1xy20f-unknown
For full logs, run:
nix log /nix/store/s795jlqvg4fhf6sgkld6zbk7zx8fwgz4-rust-docs-1.89.0-x86_64-unknown-linux-gnu.drv
❯ nix log /nix/store/s795jlqvg4fhf6sgkld6zbk7zx8fwgz4-rust-docs-1.89.0-x86_64-unknown-linux-gnu.drv
Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/yj43bcxlhhd2vl11ch0n59zxxw1xy20f-unknown
do not know how to unpack source archive /nix/store/yj43bcxlhhd2vl11ch0n59zxxw1xy20f-unknown
I also am getting some evaluation warning on system but cant seen to locate which file raises this problem:
evaluation warning: 'system' has been renamed to/replaced by 'stdenv.hostPlatform.system'
This might be the reason because its saying unknown on the derivation of the error
Anyone have the same error? or some idea how to fix/debug this?