mbrgm has quit [(Ping timeout: 252 seconds)]
mbrgm has joined joined #nixos-dev
yegortimoshenko has quit [(Remote host closed the connection)]
orivej has quit [(Ping timeout: 256 seconds)]
orivej has joined joined #nixos-dev
pie_ has joined joined #nixos-dev
pie_ has quit [(Ping timeout: 265 seconds)]
pie_ has joined joined #nixos-dev
ma27 has joined joined #nixos-dev
lezed1 has joined joined #nixos-dev
jtojnar has quit [(Ping timeout: 240 seconds)]
ma27 has quit [(Ping timeout: 265 seconds)]
ma27 has joined joined #nixos-dev
orivej has quit [(Ping timeout: 265 seconds)]
orivej has joined joined #nixos-dev
pie_ has quit [(Ping timeout: 260 seconds)]
pie_ has joined joined #nixos-dev
pie_ has quit [(Ping timeout: 248 seconds)]
ma27 has quit [(Quit: WeeChat 2.0)]
ma27 has joined joined #nixos-dev
pie_ has joined joined #nixos-dev
<domenkozar> niksnut: any thoughts on https://github.com/NixOS/nix/pull/1754
ma27 has quit [(Quit: WeeChat 2.0)]
pie_ has quit [(Remote host closed the connection)]
pie_ has joined joined #nixos-dev
ma27 has joined joined #nixos-dev
goibhniu has joined joined #nixos-dev
jtojnar has joined joined #nixos-dev
ma27 has quit [(Quit: WeeChat 2.0)]
pie_ has quit [(Ping timeout: 260 seconds)]
orivej has quit [(Ping timeout: 256 seconds)]
pie_ has joined joined #nixos-dev
pie__ has joined joined #nixos-dev
pie_ has quit [(Ping timeout: 255 seconds)]
goibhniu has quit [(Ping timeout: 268 seconds)]
pie__ has quit [(Remote host closed the connection)]
orivej has joined joined #nixos-dev
pie_ has joined joined #nixos-dev
Sonarpulse has joined joined #nixos-dev
Sonarpulse has quit [(Remote host closed the connection)]
pie_ has quit [(Remote host closed the connection)]
pie_ has joined joined #nixos-dev
Sonarpulse has joined joined #nixos-dev
pie_ has quit [(Remote host closed the connection)]
pie_ has joined joined #nixos-dev
orivej has quit [(Quit: No Ping reply in 180 seconds.)]
pie_ has quit [(Remote host closed the connection)]
orivej has joined joined #nixos-dev
pie_ has joined joined #nixos-dev
pie_ has quit [(Remote host closed the connection)]
<Sonarpulse> anyone wanna review?
<Sonarpulse> orivej: ^ :)
<Sonarpulse> not a mass rebuild, for once
orivej has quit [(Ping timeout: 264 seconds)]
<LnL> oh, did you fix the gcc weirdness?
<Sonarpulse> LnL: which gcc weirdness?
<LnL> extraBuildInputs = [ stdenv.cc.cc ];
<LnL> for the gccStdenv on darwin
<Sonarpulse> LnL: I'm....not sure why that was ever needed?
<Sonarpulse> but maybe nixborg didn't test the relevent test derivation?
<LnL> did you run the test.cc-wrapper-*
<Sonarpulse> LnL: it's possible the binutils-wrapper change helped
<Sonarpulse> I did not personally
<Sonarpulse> will try
<LnL> there's one in there for gcc
pie_ has joined joined #nixos-dev
<Sonarpulse> LnL: oh right, cause it uses clang's internal assembler
<LnL> right, that was the problem
pie_ has quit [(Remote host closed the connection)]
pie_ has joined joined #nixos-dev
pie_ has quit [(Client Quit)]
pie__ has joined joined #nixos-dev
Sonarpulse has quit [(Ping timeout: 272 seconds)]
<gchristensen> it seems the point of `meta.broken` isn't well understood, re #33089
Sonarpulse has joined joined #nixos-dev
orivej has joined joined #nixos-dev
pie__ has quit [(Remote host closed the connection)]
pie__ has joined joined #nixos-dev
pie__ has quit [(Ping timeout: 256 seconds)]
pie_ has joined joined #nixos-dev
pie_ has quit [(Ping timeout: 265 seconds)]
JosW has joined joined #nixos-dev
<LnL> kind of confused by that discussion, doesn't meta.broken prevent the recursion?
<gchristensen> the eval checks are currently run with allowBroken = true
<LnL> ah
<gchristensen> which, maybe we shouldn't and he's right that broken is for eval failures too
<gchristensen> allowBroken means we get to evaluate all the packages no matter what architecture is supported
<LnL> doesn't the nixpkgs release.nix have another option?
<LnL> something was added to make hydra aware of packages that are darwin only
* LnL is looking
<gchristensen> oh wow
<gchristensen> so much magic :D
<LnL> I think that's exactly what we need for borg
ixxie has joined joined #nixos-dev
<ixxie> when squashing commits to nixpkgs from my feature branch, can I simply squash them into my master branch?
cbarrett has quit [(Ping timeout: 250 seconds)]
pauldub has quit [(Ping timeout: 255 seconds)]
mbrock has quit [(Ping timeout: 255 seconds)]
ocharles has quit [(Ping timeout: 272 seconds)]
zimbatm has quit [(Ping timeout: 250 seconds)]
lezed1 has quit [(Ping timeout: 272 seconds)]
terrorjack has quit [(Ping timeout: 250 seconds)]
gleber_ has quit [(Ping timeout: 250 seconds)]
adisbladis has quit [(Changing host)]
adisbladis has joined joined #nixos-dev
ocharles has joined joined #nixos-dev
mbrock has joined joined #nixos-dev
Mic92 has quit [(Ping timeout: 252 seconds)]
zimbatm has joined joined #nixos-dev
<LnL> I always use git rebase -i
pauldub has joined joined #nixos-dev
terrorjack has joined joined #nixos-dev
JosW has quit [(Quit: Konversation terminated!)]
ixxie has quit [(Quit: Lost terminal)]
<gchristensen> me too
Mic92 has joined joined #nixos-dev
cbarrett has joined joined #nixos-dev
zarel has joined joined #nixos-dev
lezed1 has joined joined #nixos-dev
zarel has quit [(Client Quit)]
phreedom has quit [(Quit: No Ping reply in 180 seconds.)]
phreedom has joined joined #nixos-dev
gleber_ has joined joined #nixos-dev
jtojnar has quit [(Remote host closed the connection)]
jtojnar has joined joined #nixos-dev
pie_ has joined joined #nixos-dev
Sonarpulse has quit [(Ping timeout: 255 seconds)]
globin has quit [(Ping timeout: 260 seconds)]
globin has joined joined #nixos-dev
pie_ has quit [(Ping timeout: 265 seconds)]
pie_ has joined joined #nixos-dev
<aminechikhaoui> gchristensen: so I was playing with packet backend on nixops this afternoon and I had to do this hack https://github.com/NixOS/nixops/commit/58891ac5446e7bed5f4653895cbe2380d700b4cf to make it generate the appropriate physical spec
<aminechikhaoui> not sure if we can do something better, right now there is 2 types: ec2/azure/gcp etc are using the image configurations from nixpkgs/nixos/modules/virtualisation/<..>
<aminechikhaoui> and the way aszlig did for Hetzner which is a bit similar to what you do in the installer but it's done through nixops instead and probably few other hacks with bootstraps in rescue mode etc
pie_ has quit [(Remote host closed the connection)]
<aminechikhaoui> so not really sure what's the best way to handle that, let me know if it's just fine to keep it that way (like in the above commit) for now