Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: eaa47284113c
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: cf2a8ac2ccf6
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Feb 17, 2020

  1. 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.
    basvandijk committed Feb 17, 2020
    Copy the full SHA
    4e0a6bc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #80348 from basvandijk/symlinkJoin-passAsFile

    symlinkJoin: fix "bash: Argument list too long" error
    infinisil committed Feb 17, 2020
    Copy the full SHA
    cf2a8ac View commit details
    Browse the repository at this point in the history