Results 114 comments of Emily

+100 to @mjm. When I wrote my previous comments I didn't realize that Home Manager supports setting `defaults`; I was torn between not wanting to use useful functionality and my...

Thanks, it's good to know we're on the same page here; I agree that we shouldn't solve this by essentially staying single-user and just adding an option for that user....

For Homebrew I added a `homebrew.user` option and the system activation script `sudo`s to it; no separate `activate-user` necessary. That's better anyway since people often want to isolate the Homebrew...

Another consideration here is that anything in `activate-user` is something we can't possibly run in the `activate-system` daemon; currently it doesn't run much, and there are some things that are...

So, my branch works and would be easy to update; it's really more removing code than anything else. The tricky part is handling the options that implicitly assume the current...

The following patch fixes the Nix build for me: ```diff diff --git a/Cargo.lock b/Cargo.lock index 4b1d4c56f8...9a1f618ca9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1846,7 +1846,6 @@ dependencies = [ "cc", "libc",...

@minorninth Just a ping to take a look at this; this PR would fix the testing machinery added in https://github.com/minorninth/libresample/pull/8. If you could merge this and tag a 0.1.5 release...

It looks right to me: ``` emily@yuyuko ~> cat /etc/hosts ## # Host Database # # localhost is used to configure the loopback interface # when the system is booting....

However the file in `doc/` seems to be missing the trailing newline.

I don’t think we have a specific configuration switch for this. I believe the only obstacle to us using `/var/run` directly is that a good number of upstream Nixpkgs packages...