Describe the bug
When attempting to statically build a rust package, it needs to compile rustc first and doesn't get it from the cache.
Steps To Reproduce
nix build nixpkgs#pkgsStatic.bandwhich
Expected behavior
It would be expected to fetch the rustc from the cache, and use that to build the rust-based package.
Describe the bug
When attempting to statically build a rust package, it needs to compile
rustcfirst and doesn't get it from the cache.Steps To Reproduce
nix build nixpkgs#pkgsStatic.bandwhichExpected behavior
It would be expected to fetch the
rustcfrom the cache, and use that to build the rust-based package.