nikivi has quit [Remote host closed the connection]
nikivi has joined #nix-darwin
nikivi has quit [Remote host closed the connection]
nikivi has joined #nix-darwin
hamishmack has quit [Ping timeout: 272 seconds]
jtojnar has joined #nix-darwin
nikivi has quit [Ping timeout: 252 seconds]
nikivi has joined #nix-darwin
<gchristensen>
I have this mysterious problem with Rust + Darwin where if I run nix-build on a Rust package it works fine, but if I run `cargo test` from within a nix-shell, I get Undefined symbols for _CFURLResourceIsReachable.
<gchristensen>
I have pkgs.darwin.cf-private in the buildInputs already. it seems ... strange. this bug was fixed in some cases with bumping nixpkgs, but still remains for some others.
<johnw>
LnL: I'm installing Nix from scratch on a new Mac, should I do a multi-user install of Nix first, or a single-user install followed by the nix-darwin install?
<johnw>
it's copying; I just nuked all of the above mentioned files again with simpler contents
<LnL>
ssh foo -- zsh -o SOURCE_TRACE
<johnw>
oohh
<johnw>
brilliant!
<johnw>
noted that one down
<LnL>
I wonder, can you make chsh pass arguments to a shell?
nikivi has quit [Read error: Connection reset by peer]
trcc has joined #nix-darwin
trcc has quit [Remote host closed the connection]
trcc has joined #nix-darwin
imalsogreg has joined #nix-darwin
<imalsogreg>
o/ I'm trying to use the nix darwin multiuser installer, on a machine that just got upgraded to Mojave. When the script tries to create nixbld1 user with `dscl . -create /Users/nixbld1 NFSHomeDirectory /var/empty`, `dscl` fails: `DS Error: eDSPermissionError`. (A) do you know if this is is something about macos not letting `sudo` run all root commands? (B) I'm surprised to see the NFS acronym, is the install trying to create my user
<imalsogreg>
on an NFS volume?
trcc has quit [Remote host closed the connection]
<LnL>
imalsogreg: it's an issue with iTerm2, try running the installer in Terminal.app
<LnL>
and that's just the way dscl works, the unprivileged build users shouldn't have a home dir so it's set to /var/empty