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/nix
base: 2dbd69dbf453
Choose a base ref
...
head repository: NixOS/nix
compare: e302ba0e65ba
Choose a head ref
  • 12 commits
  • 21 files changed
  • 2 contributors

Commits on Aug 27, 2019

  1. Use wait4path on org.nixos.nix-daemon.plist

    When using a volume, the nix-daemon path may not exist. To avoid this
    issue, we must use the wait4path tool. This should solve one of the
    issues in multi-user on macOS Catalina.
    matthewbauer committed Aug 27, 2019
    Copy the full SHA
    800fba1 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. Fix launchd program args

    launchd has some weird syntx. Apparently the program needs to be in
    the ProgramArguments, as Program appears to be ignored.
    matthewbauer committed Sep 2, 2019
    Copy the full SHA
    87c604c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2019

  1. Merge pull request #3066 from matthewbauer/wait4path

    Use wait4path on org.nixos.nix-daemon.plist
    edolstra committed Sep 3, 2019
    Copy the full SHA
    918717f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    8c4ea7a View commit details
    Browse the repository at this point in the history
  3. Ensure that Callback is called only once

    Also, make Callback movable but uncopyable.
    edolstra committed Sep 3, 2019
    Copy the full SHA
    7348653 View commit details
    Browse the repository at this point in the history
  4. Add some noexcepts

    This is to assert that callback functions should never throw (since
    the context in which they're called may not be able to handle the
    exception).
    edolstra committed Sep 3, 2019
    Copy the full SHA
    f186000 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    cec5029 View commit details
    Browse the repository at this point in the history
  6. Support allowSubstitutes attribute in structured attribute derivations

    Hopefully fixes #3081 (didn't test).
    edolstra committed Sep 3, 2019
    Copy the full SHA
    e07ec8d View commit details
    Browse the repository at this point in the history
  7. gc-auto.sh: More test fixes

    edolstra committed Sep 3, 2019
    Copy the full SHA
    08ee364 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Copy the full SHA
    5fad9d0 View commit details
    Browse the repository at this point in the history
  2. Set release date

    edolstra committed Sep 4, 2019
    Copy the full SHA
    b774845 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e302ba0 View commit details
    Browse the repository at this point in the history