Matthew Kenigsberg

Results 291 comments of Matthew Kenigsberg

> Happened again. `sudo launchctl kickstart -k system/org.nixos.darwin-store ` returns `Could not find service "org.nixos.darwin-store" in domain for system` 🤔 > > Hmm, it might be FileVault enabled. I still...

@Twixes if you check in System Preferences > General > Login Items & Extensions, are there disabled background items?

> Hmm, no, that didn't actually work. Well, `flox` _did_ become available within $PATH, but then running `flox activate` just failed (exit code 1), with all the logs disappearing. I...

> [@mkenigs](https://github.com/mkenigs) thanks for solving this mystery for me! > > It's worth mentioning that if I see two background apps from "unidentified" developers simply called `sh`, my first instinct...

@Twixes @barraponto `sudo launchctl bootstrap system /Library/LaunchDaemons/org.nixos.darwin-store.plist` fails with that error if the daemon has already been bootstrapped. If you use bootout, bootstrap will succeed after that. Is there some...

> But diskutil mount /dev/disk3s7 did work, it was that simple! :mindblown: Are you having to run that manually on every reboot?

How would a user figure out what `*` means? Should we add a note? I don't love this specifically but something like `Outputs: bin*, man*, debug, dev, devdoc, out (*...

When we're doing this migration we should drop `scrape_date` from the lockfile

This is similar to https://github.com/flox/flox/issues/1193 but wasn't solved by the solution for that issue, which only fixed when `println` fails due to a broken pipe

> their presence in the flake is unnecessary for anyone who has installed Flox, and presumably everyone developing Flox will have already done that. To me this sounds like you're...