Results 114 comments of Emily

Gentle ping. Would love to see this merged so I don’t have to `sudo -e /etc/pam.d/sudo` every macOS upgrade.

`< /dev/null` might be a less brute-force way of accomplishing the same goal, although it would produce spammy output without `--silent`. (But maybe we want `--silent` anyway since you get...

IIRC when I asked about this LnL7 said that it was deliberate in case writing to `/etc/shells` bricked something. I think it's riskier if anything to have to manually move...

Well, it should at least drop its privileges after opening everything it needs to. This is good practice even for daemons that need to have access to root-permissioned files. However,...

`test_delay_4_septet` too, so it seems there is indeed some nondeterminism at play here. :(

It might be interesting to see a separate repository where people worked on packaging Mac apps for Nix. That said, I generally feel that the Nix model doesn't provide too...

Looks like this should be fixed in 22.05 and above; please comment here if you're still experiencing it.

Did https://github.com/LnL7/nix-darwin/pull/612 fix this?

Note that https://github.com/LnL7/nix-darwin/pull/723 ended up effectively reverting this, due to https://github.com/LnL7/nix-darwin/pull/723#discussion_r1257442026. Hopefully if people start having this problem again we can figure out what's causing it or else re-disable the...

Should have been fixed by https://github.com/LnL7/nix-darwin/pull/578.