Remove pkgsBuildHost from devShell.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
hello,
|
||||
lib,
|
||||
makeRustPlatform,
|
||||
pkgsBuildHost,
|
||||
rust-bin,
|
||||
|
||||
targetBins ? [ ],
|
||||
features ? [ ],
|
||||
@@ -12,7 +12,7 @@
|
||||
}:
|
||||
let
|
||||
cargoToml = (lib.importTOML ../Cargo.toml);
|
||||
rustToolchain = (pkgsBuildHost.rust-bin.fromRustupToolchainFile ../rust-toolchain.toml).override (
|
||||
rustToolchain = (rust-bin.fromRustupToolchainFile ../rust-toolchain.toml).override (
|
||||
if cargoBuildTarget != null then
|
||||
{
|
||||
targets = [ cargoBuildTarget ];
|
||||
|
||||
Reference in New Issue
Block a user