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: 84de82100405
Choose a base ref
...
head repository: NixOS/nix
compare: 918717f3b5fa
Choose a head ref
  • 3 commits
  • 1 file 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