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
..
2019-12-30 04:50:37 +01:00
2019-11-23 21:28:01 +01:00
2019-12-30 16:40:43 -08:00
2020-02-04 12:35:47 +11:00
2019-11-01 14:44:44 -04:00
2020-02-14 20:16:49 +02:00
2019-09-18 15:13:50 +02:00
2019-12-30 16:40:43 -08:00
2020-02-14 09:26:26 +01:00
2019-11-23 19:49:56 +01:00
2019-08-26 21:40:19 +00:00
2019-11-26 20:43:23 +01:00
2019-12-02 22:44:33 +00:00
2019-12-09 01:33:16 +00:00
2020-01-20 09:54:14 +01:00
2019-09-04 23:19:17 +02:00
2019-12-07 23:04:17 +01:00
2020-01-23 20:20:20 -05:00
2019-12-08 20:47:27 +01:00
2019-10-11 17:12:09 +02:00
2019-11-14 13:44:07 -05:00
2019-09-04 22:46:42 +00:00
2019-08-28 11:07:32 +00:00
2020-02-15 17:41:35 -08:00
2020-01-15 09:26:40 +01:00
2020-02-02 09:18:39 +11:00
2019-12-16 13:27:10 +00:00
2019-07-10 08:02:14 -07:00
2019-08-28 11:07:32 +00:00
2019-08-28 11:07:32 +00:00
2019-12-08 21:03:39 +01:00
2019-12-14 09:32:34 +01:00
2019-09-08 23:38:31 +00:00
2020-02-17 11:45:44 +01:00