Files
nixpkgs/pkgs
Bas van Dijk 4e0a6bc4be 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.
2020-02-17 11:45:44 +01:00
..
2020-02-15 15:24:24 +01:00
2020-02-16 23:39:18 +00:00
2020-02-15 16:02:54 -08:00
2020-02-15 15:43:28 -05:00