<nikivi>
I wonder why `The Nix installer will no longer default to the Multi-User installation for macOS` was made
<nikivi>
I currently have it installed as multi-user, is that worse off than single user?
<nikivi>
I only use on user on my macbook
<nikivi>
one*
<LnL>
no
<LnL>
I'm going to try to explain what the nix-daemon does and why you should use it in a manual section
<LnL>
it's a bit more tricky to manage and upgrade, which isn't good for new users but it provides a number of advantages over a single-user unstall
philr has joined #nix-darwin
alexteves has joined #nix-darwin
philr has quit [Ping timeout: 240 seconds]
periklis has quit [Ping timeout: 240 seconds]
trcc has quit [Remote host closed the connection]
trcc has joined #nix-darwin
<nikivi>
hey LnL
<nikivi>
Does darwin touch IFS variable in shell?
<nikivi>
❯ printf '%q\n' "$IFS"
<nikivi>
\ $'\t'$'\n'$'\0'
<nikivi>
is set to above
<nikivi>
but I haven't done that
trcc has quit [Ping timeout: 250 seconds]
jtojnar has quit [Remote host closed the connection]
jtojnar has joined #nix-darwin
jtojnar has quit [Remote host closed the connection]
jtojnar has joined #nix-darwin
__Sander__ has quit [Quit: Konversation terminated!]
trcc has joined #nix-darwin
trcc has quit [Ping timeout: 244 seconds]
trcc has joined #nix-darwin
trcc has quit [Ping timeout: 244 seconds]
<johnw>
LnL: I have something like 32 build users, but it still complains that "all build users are in use" when I try to use nix-build in two different shells
<johnw>
my maxJobs = 10, so should I be able to run 3 nix-build's at the same time?
<LnL>
hmm, the daemon should be funneling the jobs based on max-jobs
<johnw>
what command will list available/current build users?
<LnL>
I'd have to check
<LnL>
you have to look at the group membership of the nixbld group, not the users themselves