<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]
<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