From ef5180ab5d646b397cc9f01d6eaf023e02145fcd Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Fri, 6 Jun 2025 20:52:17 +0200 Subject: [PATCH] ljasdjklasdklj --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 4760b4e..4e2dcd3 100644 --- a/justfile +++ b/justfile @@ -1022,8 +1022,8 @@ enqueue-nixpkgs-review *$prs: readarray -td $'\n' systems < <( printf "%s\n" "${all_systems[@]}" | fzf --sync --layout=reverse --multi ) declare -a all_configs=( '' - # 'crossSystem = "aarch64-linux";' # TODO: test - 'crossSystem = "aarch64-unknown-linux-gnu";' # TODO: test + # 'crossSystem = "aarch64-linux";' # TODO: doesn't work + # 'crossSystem = "aarch64-unknown-linux-gnu";' # TODO: doesn't work 'allowInsecurePredicate = x: true;' 'cudaSupport = true;' 'rocmSupport = true;'