supersandro2000 has quit [Disconnected by services]
supersandro2000 has joined #nixos-dev
danielrf[m] has quit [Quit: authenticating]
danielrf[m] has joined #nixos-dev
LnL has quit [Quit: exit 1]
LnL has joined #nixos-dev
LnL has quit [Changing host]
LnL has joined #nixos-dev
mkaito has quit [Quit: WeeChat 3.0]
cole-h has quit [Ping timeout: 256 seconds]
rajivr has joined #nixos-dev
ris has quit [Ping timeout: 246 seconds]
jonringer has quit [Remote host closed the connection]
<colemickens>
infinisil: I figured out what was going on and it was entirely user error but I am wondering if you could help me understand why I was seeing the behavior I was seeing.
<colemickens>
infinisil: I was calling `nix-prefetch` with the wrong expression, and so `fetchhg` was being called with an updated rev and a stale (rather than empty) sha256.
<colemickens>
I guess I am missing some piece of understanding how that manifested as an ssl error
<Gaelan>
Are the stdenv stages exposed somewhere? I'm trying to bisect something in an early stage and I'd rather not need to build an entire stdenv on success
<Gaelan>
nvm, found it - for future reference, stdenv.__bootPackages
capisce has quit [Read error: Connection reset by peer]
abathur has quit [Read error: Connection reset by peer]
abathur has joined #nixos-dev
<lukegb>
Hah, my main concern with racing substituters is that I don't want to fetch things from my binary cache if they're in cache.nixos.org to save on my bandwidth costs :p
orivej has joined #nixos-dev
<sphalerite>
lukegb: can you change your cache's priority to make nix prefer cache.nixos.org?
<sphalerite>
nix#3264 should allow doing it on the clients as well as the server
<{^_^}>
#107044 (by jtojnar, 6 days ago, open): php.packages: Make packages overridable
mkaito has joined #nixos-dev
mkaito has joined #nixos-dev
<etu>
jtojnar: Yeah, I'm fine with that. Waiting around for however long the RFC process takes doesn't make sense in this case. Your changes doesn't break the API we have and if we need to do changes we would need to do it later anyways.
<jtojnar>
cool, thanks, will merge it then
<etu>
jtojnar: I just put my comments as a review as well to make it more clear that it was approved by someone :)
<jtojnar>
thanks
<qyliss>
lovesegfault: is there a hydra jobset for that PR?
<lovesegfault>
qyliss: yup
<qyliss>
nice :)
__monty__ has quit [Quit: leaving]
<hexa->
hm, a python application that requires node modules for it's frontend, is that something we can package in nixpkgs?