buildFHSEnv: fix cross compilation (#360359)
This commit is contained in:
commit
0c78ebd800
@ -174,7 +174,7 @@ let
|
||||
|
||||
allPaths = paths ++ paths32;
|
||||
|
||||
rootfs-builder = pkgs.rustPlatform.buildRustPackage {
|
||||
rootfs-builder = pkgs.buildPackages.rustPlatform.buildRustPackage {
|
||||
name = "fhs-rootfs-bulder";
|
||||
src = ./rootfs-builder;
|
||||
cargoLock.lockFile = ./rootfs-builder/Cargo.lock;
|
||||
|
Loading…
Reference in New Issue
Block a user