hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
abathur has joined #nix-darwin
abathur has quit [Ping timeout: 240 seconds]
abathur has joined #nix-darwin
hamishmack has joined #nix-darwin
hamishmack has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
hamishmack has joined #nix-darwin
abathur has quit [Ping timeout: 246 seconds]
abathur has joined #nix-darwin
abathur has quit [Ping timeout: 240 seconds]
carlosdagos has quit [Quit: Connection closed for inactivity]
abathur has joined #nix-darwin
abathur has quit [Ping timeout: 268 seconds]
philr has quit [Ping timeout: 268 seconds]
philr has joined #nix-darwin
periklis has joined #nix-darwin
periklis has quit [Ping timeout: 268 seconds]
abathur has joined #nix-darwin
myskran has joined #nix-darwin
abathur has quit [Ping timeout: 272 seconds]
philr has quit [Ping timeout: 258 seconds]
myskran has quit [Quit: myskran]
<johnw>
LnL: any idea why running 'nix-build --option build-use-substitutes false --option binary-caches "" --option trusted-binary-caches "" -K -A ..." *still* builds using the remote builders?
<gchristensen>
--option builders "" ?
<LnL>
none of those change build-remote
<LnL>
and/or you're not a trusted user
<johnw>
heh, it was what gchristensen said
<johnw>
I have my laptop now using my machine at home for builds (which has been awesome), but I need -K to debug
<johnw>
O ye remote build masters: how can I get the remote builders to use N cores?
<johnw>
will --cores propagate?
<johnw>
hmm.. actually, it appears to be doing so
<LnL>
you can do something like this IIRC --option builders 'foo x86_64-darwin 1 2'