jrolfs has joined #nix-darwin
cdomigan has quit [Quit: Page closed]
philr has joined #nix-darwin
stqism has quit [Quit: Like 3 fire emojis lit rn 🔥🔥🔥]
stqism has joined #nix-darwin
stqism has quit [Client Quit]
stqism has joined #nix-darwin
stqism has quit [Client Quit]
stqism has joined #nix-darwin
stqism has quit [Client Quit]
stqism has joined #nix-darwin
jrolfs has quit [Ping timeout: 265 seconds]
jrolfs has joined #nix-darwin
stqism has quit [Quit: Like 3 fire emojis lit rn 🔥🔥🔥]
stqism has joined #nix-darwin
jrolfs has quit [Ping timeout: 240 seconds]
stqism has quit [Client Quit]
stqism has joined #nix-darwin
jrolfs has joined #nix-darwin
jrolfs has quit [Ping timeout: 256 seconds]
jrolfs has joined #nix-darwin
jrolfs has quit [Ping timeout: 265 seconds]
jrolfs has joined #nix-darwin
jrolfs has quit [Ping timeout: 260 seconds]
jrolfs has joined #nix-darwin
jrolfs has quit [Ping timeout: 240 seconds]
zzamboni has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
zzamboni has quit [Remote host closed the connection]
zzamboni1 has joined #nix-darwin
jrolfs has joined #nix-darwin
jrolfs has quit [Ping timeout: 248 seconds]
zzamboni1 has quit [Ping timeout: 248 seconds]
zzamboni has joined #nix-darwin
jrolfs has joined #nix-darwin
jrolfs has quit [Ping timeout: 240 seconds]
zzamboni has quit [Remote host closed the connection]
zzamboni1 has joined #nix-darwin
zzamboni1 has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
jrolfs has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
periklis has joined #nix-darwin
periklis has quit [Ping timeout: 255 seconds]
jtojnar has quit [Ping timeout: 256 seconds]
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
jtojnar has joined #nix-darwin
jtojnar has quit [Quit: jtojnar]
jtojnar has joined #nix-darwin
jtojnar has quit [Quit: jtojnar]
jtojnar has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
zzamboni has quit [Client Quit]
zzamboni has joined #nix-darwin
jtojnar has quit [Quit: jtojnar]
zzamboni has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
zzamboni has quit [Quit: Leaving.]
zzamboni has joined #nix-darwin
philr has quit [Ping timeout: 248 seconds]
jrolfs has quit [Ping timeout: 256 seconds]
contrapumpkin has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
jrolfs has joined #nix-darwin
<dhess> Is nixUnstable in nixpkgs master broken on macOS for anybody else?
jtojnar has joined #nix-darwin
<dhess> LnL: ;)
<LnL> I think you could override with doCheck = false;
<dhess> that's good. I'm ready to make the switch, but I need commit 19477e8815 from Nix to fix cabal's Nix support.
<LnL> it's just the plugin test IIRC
<dhess> let me try that
<LnL> on the other hand d26b71fd includes shlevy's daemon fixes
<dhess> in that case I will just wait.
jrolfs_ has joined #nix-darwin
jrolfs has quit [Ping timeout: 264 seconds]
nixer has joined #nix-darwin
jrolfs has joined #nix-darwin
jrolfs_ has quit [Ping timeout: 276 seconds]
<shlevy> Heh
<shlevy> I was just about to update nixUnstable for that fix myself :)
nixer has quit [Quit: Page closed]
<shlevy> LnL: Mind if I do that and close your PR?
<LnL> no problem
<LnL> just want a working nixUnstable so I can git pull again :D
<LnL> lol
<LnL> -Lsh: -Lpkg-config: -Lcommand -Lnot -Lfound
<LnL> :D
<shlevy> How'd you do that? :D
<shlevy> Impressive
chrisbarrett has joined #nix-darwin
<dhess> hmm cabal's nix support is still broken with the latest nixUnstable.
<dhess> cabal is having problems parsing .drv's now
<dhess> oh well, it's easy enough to use cabal inside nix-shell anyway.
<LnL> wait what, cabal also has some kind of nix support now?
<gchristensen> muahaha nix invades
<dhess> LnL: it has had since 2.0
<dhess> Now that I'm using nixUnstable, I get this when I try to do remote builds with nix-build:
<dhess> unable to open SSH connection to 'remote-builder@foo': don't know how to open Nix store 'remote-builder@foo'; trying other available machines...
<dhess> that happens for all remote builders
<dhess> Everything works fine with the same config with nixStable
<LnL> hmm, try ssh://remote-builder@foo
<LnL> but that shouldn't be neccecary
<dhess> try that where?
<LnL> --option builders '...'
<LnL> or the machines file
<dhess> so for example, replace `hostName = "foo"` with `hostName = "ssh://foo"` in buildMachines?
<dhess> no it looks like that creates remote-builder@ssh:// in machines.nix
jrolfs_ has joined #nix-darwin
<LnL> ah, the module doesn't know about the url syntax so you'd have to prepend it on the user
<dhess> LnL: hey, that worked!
<dhess> thank you good sir
<dhess> so ... why is it necessary?
jrolfs has quit [Ping timeout: 248 seconds]
<LnL> I'd say that's a bug, you should create an issue
<dhess> ok
<LnL> I just know about it because I use --store ssh-ng://foo sometimes
zzamboni has quit [Quit: Leaving.]
jrolfs has joined #nix-darwin
jrolfs_ has quit [Ping timeout: 260 seconds]
<dhess> Is it possible that nix-daemon needs to be restarted after the nix->nixUnstable upgrade?
<dhess> it looks like it was not restarted when I switched to nixUnstable
<LnL> do you have the darwin service enabled?
<LnL> darwin-option services.nix-daemon.enable
<dhess> What is the darwin service? I'm running nix-darwin and it is managing the daemon, if tha's what you mean
<dhess> yeah it's `true`
<dhess> When I switched all I did was change `nix.package = pkgs.nixUnstable` in darwin-configuration.nix and then `darwin-rebuild switch`
<LnL> and with upgrade you mean nix.package right?
<dhess> yeah
<LnL> ok that sounds like a bug
<dhess> ok let me restart nix-daemon manually
<dhess> how do I do that?
<LnL> I think you have to unload/load the service plist
<dhess> ok I've done that but I was wrong. The nix-daemon that was running was nix-2.0pre5950_3a5a241b/bin/nix-daemon
<dhess> Anyway, I reproduced it after the restart. Something is broken.
<LnL> what's the issue?
<dhess> I should remove nixos-test from those arm machines, now that I'm looking at it
<dhess> I wrote those definitions when I didn't really understand what that meant.