copumpkin has joined #nix-darwin
copumpkin has quit [Client Quit]
periklis has joined #nix-darwin
periklis has quit [Ping timeout: 257 seconds]
jtojnar has joined #nix-darwin
hamishmack has quit [Ping timeout: 268 seconds]
dhess has joined #nix-darwin
<jtojnar> anyone willing to debug gimp on darwin? https://github.com/NixOS/nixpkgs/pull/59180
<{^_^}> #59180 (by jtojnar, 4 hours ago, open): gimp: 2.10.8 → 2.10.10
<jtojnar> do we wait until upstream fixes it, revert this specific patch, or merge and mark it as broken on darwin?
<matthewbauer> patches should be fine
{`-`} has joined #nix-darwin
<LnL> I have to build the stdenv on master :/
pasukon has joined #nix-darwin
johnw has quit [Quit: ZNC - http://znc.in]
johnw has joined #nix-darwin
carter has joined #nix-darwin
<LnL> oh hold on this, it's targeting staging
nD5Xjz has quit [Ping timeout: 246 seconds]
nD5Xjz has joined #nix-darwin
nikivi has quit [Ping timeout: 240 seconds]
nikivi has joined #nix-darwin
kyren has quit [Quit: ZNC 1.7.2 - https://znc.in]
<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?
<LnL> you can configure it with the nix.conf options
<johnw> that's for a build machine
<johnw> I want to add that feature to *my* machine
<johnw> and I can't list my current localhost machine as a buildMachine, that causes Nix to hange
<LnL> huh
<LnL> I use this on my desktop
<LnL> { hostName = "localhost"; sshKey = "/var/run/keys/hydra_rsa"; system = "x86_64-linux,i686-linux"; maxJobs = 2; supportedFeatures = [ "builtin" "kvm" ]; }
kyren has joined #nix-darwin
<LnL> johnw: try system-features in nix.conf
<johnw> but I want to set it via nix-darwin
<johnw> I don't manage nix.conf, it odes
<LnL> nix.extraOptions = '' system-features = foo '';
<LnL> there's no explicit option for every setting
<johnw> ahh
<johnw> thanks
kyren has quit [Ping timeout: 240 seconds]