Hraban

Results 160 comments of Hraban

I'm totally on board with unifying the activation scripts, these are all good points. I think I come at it more from a "there are separate issues at play, so...

What can I do to help make sure some progress is made on this issue? I'm wary that the scope of the original ticket makes this hard to pass, and...

@LnL7 what are your thoughts? This currently feels like a textbook "perfect is the enemy of good"--can we merge something small, something that just allows us to e.g. mirror the...

re home manager for darwin options: for sure, that's where they should live, and if any are missing I recommend creating a PR for the ones you need. I did...

Re per-user activation: see https://github.com/LnL7/nix-darwin/pull/763

Forgive me but isn't a format like sqlite supposed to prevent corruption in the face of power loss? Are there certain #pragmas to enable / disable for increased consistency of...

If I understand the nix source code correctly, the default pragmas for its use of sqlite (on non-WSL systems) are: ``` pragma synchronous = normal pragma main.journal_mode = wal ```...

> Thanks for the PR. > > Just for reference, `@hapi/iron` is already an implicit dependency of hapi through the `@hapi/statehood` dependency. > > While it doesn't change the installed...

I'm not involved with the code that uses this anymore so I can't test anything nor give feedback I'm afraid. Godspeed!

It's the standard MO of nix-darwin afaik. The "result" of a nix-darwin build creates two separate activation scripts, and nix-darwin switch calls them both separately. There's an entrypoint in the...