Skip to content
Commit 4e0a6bc4 authored by Bas van Dijk's avatar Bas van Dijk
Browse files

symlinkJoin: fix "bash: Argument list too long" error

When the `paths` argument is too big `symlinkJoin` will fail with:

```
while setting up the build environment: executing '/nix/store/rm1hz1lybxangc8sdl7xvzs5dcvigvf7-bash-4.4-p23/bin/bash': Argument list too long
```

This is fixed by passing `paths` as a file instead of as an
environment variable.
parent fc592a52
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment