01:40
copumpkin has joined #nix-darwin
01:41
copumpkin has quit [Client Quit]
06:28
periklis has joined #nix-darwin
12:00
periklis has quit [Ping timeout: 257 seconds]
13:36
jtojnar has joined #nix-darwin
13:57
hamishmack has quit [Ping timeout: 268 seconds]
14:34
dhess has joined #nix-darwin
17:33
<
{^_^} >
#59180 (by jtojnar, 4 hours ago, open): gimp: 2.10.8 → 2.10.10
17:58
<
jtojnar >
do we wait until upstream fixes it, revert this specific patch, or merge and mark it as broken on darwin?
18:03
<
matthewbauer >
patches should be fine
18:20
{`-`} has joined #nix-darwin
18:20
<
LnL >
I have to build the stdenv on master :/
18:21
pasukon has joined #nix-darwin
18:21
johnw has joined #nix-darwin
18:21
carter has joined #nix-darwin
18:22
<
LnL >
oh hold on this, it's targeting staging
18:49
nD5Xjz has quit [Ping timeout: 246 seconds]
18:50
nD5Xjz has joined #nix-darwin
19:12
nikivi has quit [Ping timeout: 240 seconds]
19:15
nikivi has joined #nix-darwin
20:07
<
johnw >
LnL: say a build machine requires the "foo" feature; since I can't refer to my own machine as a localhost builder, how do I tell nix-darwin that it has that feature?
20:08
<
LnL >
you can configure it with the nix.conf options
20:15
<
johnw >
that's for a build machine
20:15
<
johnw >
I want to add that feature to
*my* machine
20:15
<
johnw >
and I can't list my current localhost machine as a buildMachine, that causes Nix to hange
20:19
<
LnL >
I use this on my desktop
20:20
<
LnL >
{ hostName = "localhost"; sshKey = "/var/run/keys/hydra_rsa"; system = "x86_64-linux,i686-linux"; maxJobs = 2; supportedFeatures = [ "builtin" "kvm" ]; }
20:23
kyren has joined #nix-darwin
20:28
<
LnL >
johnw: try system-features in nix.conf
21:08
<
johnw >
but I want to set it via nix-darwin
21:08
<
johnw >
I don't manage nix.conf, it odes
21:14
<
LnL >
nix.extraOptions = '' system-features = foo '';
21:14
<
LnL >
there's no explicit option for every setting
23:23
kyren has quit [Ping timeout: 240 seconds]