buildFHSEnv: fix cross compilation (#360359)

This commit is contained in:
Philip Taron 2024-11-30 05:02:07 -08:00 committed by GitHub
commit 0c78ebd800
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;