mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
d68dfbb545
The problem was that nix passes lists as space-separated strings not as arrays of strings, so `"${foo[@]}"` doesn't work as intended because it's not an array. Instead we pass it in a bash array. Also, using builtins.placeholder instead of passing "$(out)" to bash, as that's not what we want to do (the `$(...)` is the process expansion in bash) |
||
---|---|---|
.. | ||
default.nix | ||
no-FAQ.patch |