nix-user-chroot: move env variable into env for structuredAttrs

This commit is contained in:
Stefan Frijters
2026-04-07 14:40:56 +02:00
parent f91725a884
commit 7e2d179607
+1 -1
View File
@@ -20,7 +20,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
passthru.updateScript = nix-update-script { };
NIX_USER_CHROOT_TEST_BUSYBOX = "${pkgsStatic.busybox}/bin/busybox";
env.NIX_USER_CHROOT_TEST_BUSYBOX = "${pkgsStatic.busybox}/bin/busybox";
checkFlags = [
"--skip=run_nix_install" # Test requires network
];