dddelta has joined #nix-darwin
dddelta has quit [Ping timeout: 260 seconds]
dddelta has joined #nix-darwin
dddelta has quit [Ping timeout: 260 seconds]
dddelta has joined #nix-darwin
dddelta has quit [Ping timeout: 240 seconds]
dddelta has joined #nix-darwin
dddelta has quit [Ping timeout: 268 seconds]
dddelta has joined #nix-darwin
dddelta has quit [Ping timeout: 264 seconds]
dddelta has joined #nix-darwin
dddelta has quit [Ping timeout: 264 seconds]
dddelta has joined #nix-darwin
dddelta has quit [Ping timeout: 265 seconds]
dddelta has joined #nix-darwin
dddelta has quit [Ping timeout: 240 seconds]
dddelta has joined #nix-darwin
dddelta has quit [Ping timeout: 268 seconds]
dddelta has joined #nix-darwin
dddelta has quit [Remote host closed the connection]
dddelta has joined #nix-darwin
dddelta has left #nix-darwin ["ERC (IRC client for Emacs 25.3.1)"]
philr has joined #nix-darwin
philr has quit [Ping timeout: 264 seconds]
ryanartecona has joined #nix-darwin
jtojnar has quit [Remote host closed the connection]
ryanartecona has quit [Quit: ryanartecona]
ryanartecona has joined #nix-darwin
ryanartecona has quit [Quit: ryanartecona]
ryanartecona has joined #nix-darwin
<mitchty> for a multiuser darwin install, what should /nix/var/nix/profiles have permission wise? it looks like it should be 775 root:wheel not 775 root:wheel not?
<mitchty> i ask as trying to install a profile gets me EPERM creating the link
<mitchty> well for the lock file rather
<mitchty> error: opening lock file '/nix/var/nix/profiles/default.lock': Permission denied
<mitchty> eh, i cheated with extended attributes
<mitchty> sudo chmod -R +a "staff allow list,add_file,search,add_subdirectory,delete_child,readattr,writeattr,readextattr,writeextattr,readsecurity,file_inherit,directory_inherit" /nix/var/nix/profiles
<mitchty> i might've gone a bit overboard with the attributes :)
<mitchty> but when in doubt, sledge hammer
<LnL> mutli-user install?
<mitchty> well this is the nix 2.0 install that setup multiple build users, is that not the multi user install?
<mitchty> i just setup a new laptop with nix, and hit that at the end installing my default derivation, possible i did something wrong
<LnL> in that case the default profile should be owned by root and your user should be using per-user/$USER/profile
<LnL> what's readlink ~/.nix-profile
<mitchty> with the tree produced
<mitchty> i was using nix-env -f '<nipkgscheckout>' -iA default
<mitchty> i can nuke whatever so nbd if i messed up, just trying to get setup for an online course tomorrow
<mitchty> did i miss some arg to nix-env in 2.0 that sets up a per-user profile?
<mitchty> wiat, this might be from me rsyncing an old backup over to this, that was my .nix-profile from a single user install, i'm guessing it shoudl point to per-user/mitch/default
<mitchty> given the age of the symlink lrwxr-xr-x 1 mitch staff 29 Jul 18 2015 /Users/mitch/.nix-profile -> /nix/var/nix/profiles/default
<mitchty> i'll set this all back up again, i'm guessing its just user error in this case
mpickering has joined #nix-darwin
ryanartecona has quit [Quit: ryanartecona]
johnw has joined #nix-darwin
jtojnar has joined #nix-darwin
jtojnar has quit [Quit: jtojnar]
johnw has quit [Quit: ZNC - http://znc.in]
johnw has joined #nix-darwin
johnw has quit [Quit: ZNC - http://znc.in]
johnw has joined #nix-darwin
jtojnar has joined #nix-darwin
jtojnar_ has joined #nix-darwin
jtojnar has quit [Ping timeout: 260 seconds]
jtojnar_ is now known as jtojnar
<johnw> lsof is broken today
<johnw> bisecting was taking forever, because of all the stdenv rebuilds in between
<johnw> i'll have to resume it later tonight
<LnL> weird error
<LnL> that reminds me, I should check on staging