ljasdjklasdklj

This commit is contained in:
2025-06-06 20:52:17 +02:00
parent 0536371a80
commit ef5180ab5d

View File

@@ -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;'