buildFHSEnv: fix cross compilation
rootfs-builder is executed at build time and thus needs to be built for the build machine architecture.
This commit is contained in:
parent
08ae948608
commit
8a667a5213
@ -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