bundlerEnv: use structured attributes

This commit is contained in:
Yueh-Shun Li
2026-07-09 11:04:24 +08:00
parent b93d8fb3bd
commit 0fe8db35da
@@ -102,7 +102,7 @@ else
};
in
if copyGemFiles then
runCommand basicEnv.name bundlerEnvArgs ''
runCommand basicEnv.name (bundlerEnvArgs // { __structuredAttrs = true; }) ''
mkdir -p $out
for i in $paths; do
${buildPackages.rsync}/bin/rsync -a $i/lib $out/