ljasdljasdljk

This commit is contained in:
2025-06-17 00:29:13 +02:00
parent 87d7c82ada
commit bbf5939d86

View File

@@ -272,8 +272,11 @@ _instantiate_packages $systems +$attrpaths:
xe -j0 -s "$(declare -f worker); worker \"\$@\""
done
else
printf "%s\n" "${attrpaths[@]}" | grep . | \
xe -j0 -s 'NIXPKGS_ALLOW_UNFREE=1 nix-instantiate . -A "$1" --system "$system" '"${_JUST_NIX_INSTANTIATE_ARGS:-}"''
export system
for system in $systems; do
printf "%s\n" "${attrpaths[@]}" | grep . | \
xe -j0 -s 'NIXPKGS_ALLOW_UNFREE=1 nix-instantiate . -A "$1" --system "$system" '"${_JUST_NIX_INSTANTIATE_ARGS:-}"''
done
fi
[no-cd]