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: 53752d0374c5
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 3fb4b17de55f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Apr 10, 2020

  1. generic/setup.sh: allow clobbering env-vars file

    If the option ‘noclobber’ is set in Bash, we get an error when we
    clobber an already existing env-vars. This is an okay error to ignore,
    so just >| instead. Note that >| is NOT a Bashism[[1]].
    
    Fixes #79651
    
    [1]: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_07_02
    matthewbauer committed Apr 10, 2020
    Copy the full SHA
    e0fb0df View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2020

  1. Merge pull request #84860 from matthewbauer/fix-79651

    generic/setup.sh: allow clobbering env-vars file
    matthewbauer committed Apr 11, 2020
    Copy the full SHA
    3fb4b17 View commit details
    Browse the repository at this point in the history