From bbf5939d86199fcff04dc610b7798f1db62bfbff Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Tue, 17 Jun 2025 00:29:13 +0200 Subject: [PATCH] ljasdljasdljk --- justfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 9a1d9bd..74c3818 100644 --- a/justfile +++ b/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]