sphalerite changed the topic of #nixos-dev to: NixOS Development (#nixos for questions) | NixOS 19.09 now in beta! https://discourse.nixos.org/t/nixos-19-09-feature-freeze/3707 | https://hydra.nixos.org/jobset/nixos/trunk-combined https://channels.nix.gsc.io/graph.html | https://r13y.com | 19.09 RMs: disasm, sphalerite | https://logs.nix.samueldr.com/nixos-dev
_ris has quit [Ping timeout: 258 seconds]
m15k has quit [Remote host closed the connection]
paradigm has quit [Ping timeout: 268 seconds]
evanjs- has quit [Ping timeout: 265 seconds]
orivej has quit [Ping timeout: 265 seconds]
{`-`} has joined #nixos-dev
teehemkay has joined #nixos-dev
tazjin has joined #nixos-dev
teozkr has joined #nixos-dev
ghuntley has joined #nixos-dev
vdemeester has joined #nixos-dev
lopsided98 has joined #nixos-dev
vdemeester has joined #nixos-dev
vdemeester has quit [Changing host]
thonkpod has joined #nixos-dev
bennofs[m] has joined #nixos-dev
fadenb has joined #nixos-dev
shlevy has joined #nixos-dev
Taneb has joined #nixos-dev
ixxie has joined #nixos-dev
jtojnar has quit [Quit: jtojnar]
drakonis has quit [Quit: WeeChat 2.4]
eyJhb has joined #nixos-dev
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 276 seconds]
Melkor333 has joined #nixos-dev
<teto> I wanna merge into master https://github.com/NixOS/nixpkgs/pull/68826 , now it seems to be a candidate for 19.09. Should I cherry-pick it and push it to the 19.09, or should I just merge into master and let release maintainers take care of it ? what's the process ?
orivej has joined #nixos-dev
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-dev
_ris has joined #nixos-dev
orivej has quit [Read error: Connection timed out]
ixxie has quit [Ping timeout: 240 seconds]
Melkor333 has quit [Quit: WeeChat 2.6]
Melkor333 has joined #nixos-dev
orivej has joined #nixos-dev
<infinisil> teto: cherry picking and pushing is good
<infinisil> There's also @NixOS/backports you can ping, but if you can do the backport yourself I'd just do that
<infinisil> Speaking of which, I forgot to backport a PR of mine
ixxie has joined #nixos-dev
eyJhb has quit [Ping timeout: 244 seconds]
eyJhb has joined #nixos-dev
eyJhb has quit [Ping timeout: 240 seconds]
orivej has quit [Ping timeout: 276 seconds]
phreedom has joined #nixos-dev
phreedom_ has quit [Ping timeout: 260 seconds]
orivej has joined #nixos-dev
WilliButz has quit [Remote host closed the connection]
WilliButz has joined #nixos-dev
pie_ has joined #nixos-dev
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #nixos-dev
evanjs has quit [Quit: ZNC 1.7.4 - https://znc.in]
evanjs has joined #nixos-dev
drakonis has joined #nixos-dev
evanjs has quit [Quit: ZNC 1.7.4 - https://znc.in]
evanjs has joined #nixos-dev
evanjs- has joined #nixos-dev
evanjs has quit [Ping timeout: 245 seconds]
<Profpatsch> Is there a substituter preference I can specify? Order of the urls in `substituters`?
evanjs- has quit [Quit: ZNC 1.7.4 - https://znc.in]
evanjs has joined #nixos-dev
<clever> Priority: 40
<clever> Profpatsch: all caches have a priority field in their info file, and nix will sort them by that
<LnL> I'm not aware of something on the client but the cache has a priority setting
orivej has quit [Ping timeout: 258 seconds]
orivej has joined #nixos-dev
evanjs has quit [Quit: ZNC 1.7.4 - https://znc.in]
evanjs has joined #nixos-dev
<Profpatsch> clever: LnL Hm, so what if I have a Travis thingy and want to prefer the local cache: substituters = file://$HOME/nix.store https://cache.nixos.org/
<LnL> add a nix-cache-info file to the local cache with a priority lower than 40
<Profpatsch> Ah, the local one also has this file.
<Profpatsch> I’m guessing no priority is always less prioritized than some priority then.
<LnL> I don't think it's documented anywhere, but seem to recall the default is 50 or something
<clever> yeah, 50 is the default
<Profpatsch> Undocumented shit, I love it so
<Profpatsch> lol, binary cache priority appears in the manual once, but it’s not specified, only as a side-effect of an exampe `cat`ing the file
<Profpatsch> Isn’t this inversion of control anyway? The client should be in control of which cache to prefer.
<clever> Profpatsch: i think it was mainly to make cache.nixos.org get prefered over hydra.nixos.org, without the user being able to screw it up
evanjs has quit [Quit: ZNC 1.7.4 - https://znc.in]
evanjs has joined #nixos-dev
ixxie has quit [Ping timeout: 240 seconds]
<niksnut> yes, that's the reason
<niksnut> we could have a priority option on binary cache urls though
Melkor333 has quit [Quit: WeeChat 2.6]
<Profpatsch> I’d love something like that.
justanotheruser has quit [Ping timeout: 268 seconds]