ljasdljasdljk
This commit is contained in:
7
justfile
7
justfile
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user