sphalerite changed the topic of #nixos-dev to: NixOS Development (#nixos for questions) | NixOS stable: 20.03 ✨ | 20.09 ZHF: https://discourse.nixos.org/t/nixos-20-09-zero-hydra-failures/8928 | https://hydra.nixos.org/jobset/nixos/trunk-combined https://channels.nix.gsc.io/graph.html | https://r13y.com | 20.03 RMs: worldofpeace, disasm; 20.09: worldofpeace, jonringer | https://logs.nix.samueldr.com/nixos-dev
<ivan> garbas++
<{^_^}> garbas's karma got increased to 19.000000000000007
<ris> wat
<drakonis> <3 garbas
<{^_^}> garbas's karma got increased to 20
<drakonis> it is called a rounding error!
ris has quit [Ping timeout: 265 seconds]
<infinisil> Aw jeeze I should really fix that in the karma plugin
qyliss has quit [Quit: bye]
qyliss has joined #nixos-dev
<cole-h> Oh wow
<cole-h> That redesign looks gorgeous tbh
<cole-h> garbas++
<{^_^}> garbas's karma got increased to 21
<cole-h> samueldr++ I think you were also involved-ish, so free karma for you ;^)
<{^_^}> samueldr's karma got increased to 270
<samueldr> ish?
<samueldr> though I know you're joking from that emoticon :)
<cole-h> (Sorry, I didn't follow any of the redesign, but I have seen you push stuff to nixos-homepage; this is the first I've heard of it :x )
<cole-h> So, joking-ish :D
<samueldr> the implementation is quite majorly my doing
<cole-h> Then samueldr++ x10
<{^_^}> samueldr's karma got increased to 271
<cole-h> Well done
<cole-h> <3
<samueldr> thanks
rajivr has joined #nixos-dev
<worldofpeace> samueldr: yep really thanks a lot. I had a chance to talk to garbas about this and I think he said it would be "ready by the end of the month", but it seems it was even earlier. I'm very happy with it
<samueldr> by
<samueldr> not ath
<samueldr> at*
<samueldr> :)
<worldofpeace> lol, watch the native english speaker not understand english 🤣
<samueldr> nah, that's a perfectly fine way to understand what was said
<cole-h> "Under-promise, over-deliver" :D
cole-h has quit [Quit: Goodbye]
cole-h has joined #nixos-dev
orivej has quit [Ping timeout: 260 seconds]
justanotheruser has quit [Ping timeout: 272 seconds]
justanotheruser has joined #nixos-dev
orivej has joined #nixos-dev
AlwaysLivid has quit [Ping timeout: 272 seconds]
orivej has quit [Ping timeout: 258 seconds]
AlwaysLivid has joined #nixos-dev
AlwaysLivid has quit [Quit: We are a collection of 7 billion codependent atoms. Stop hating based on constructs and come along for the ride.]
Jackneill has quit [Ping timeout: 260 seconds]
Jackneill has joined #nixos-dev
saschagrunert has joined #nixos-dev
niksnut has joined #nixos-dev
cole-h has quit [Quit: Goodbye]
alp has joined #nixos-dev
orivej has joined #nixos-dev
sgrunert has joined #nixos-dev
saschagrunert has quit [Ping timeout: 272 seconds]
teto has joined #nixos-dev
marek has quit [Changing host]
marek has joined #nixos-dev
alp has quit [Remote host closed the connection]
alp has joined #nixos-dev
arianvp has quit [Quit: WeeChat 2.7.1]
arianvp has joined #nixos-dev
terrorjack has quit []
teto has quit [Ping timeout: 272 seconds]
terrorjack has joined #nixos-dev
orivej has quit [Ping timeout: 256 seconds]
alp has quit [Ping timeout: 240 seconds]
AlwaysLivid has joined #nixos-dev
alp has joined #nixos-dev
teto has joined #nixos-dev
orivej has joined #nixos-dev
<ryantm> samueldr++ garbas++
<{^_^}> garbas's karma got increased to 22
<{^_^}> samueldr's karma got increased to 272, that's Numberwang!
cole-h has joined #nixos-dev
abathur has joined #nixos-dev
sgrunert has quit [Remote host closed the connection]
justanotheruser has quit [Quit: WeeChat 2.9]
justanotheruser has joined #nixos-dev
orivej has quit [Ping timeout: 272 seconds]
msirabella has joined #nixos-dev
mjsir911 has quit [Ping timeout: 260 seconds]
alp has quit [Ping timeout: 272 seconds]
msirabella has quit [Quit: Goodbye, World!]
mjsir911 has joined #nixos-dev
mjsir911 has quit [Remote host closed the connection]
averell has quit [Remote host closed the connection]
mjsir911 has joined #nixos-dev
ris has joined #nixos-dev
teto has quit [Ping timeout: 272 seconds]
alp has joined #nixos-dev
rajivr has quit [Quit: Connection closed for inactivity]
mjsir911 has quit [Ping timeout: 272 seconds]
alp has quit [Ping timeout: 272 seconds]
msirabella has joined #nixos-dev
saschagrunert has joined #nixos-dev
alp has joined #nixos-dev
__monty__ has joined #nixos-dev
justanotheruser has quit [Ping timeout: 240 seconds]
justanotheruser has joined #nixos-dev
alp has quit [Ping timeout: 272 seconds]
bennofs_ has joined #nixos-dev
bennofs has quit [Ping timeout: 272 seconds]
alp has joined #nixos-dev
<worldofpeace> why is fakeHash in deprecated.nix?
<cole-h> New nix versions allow empty hashes and treat it as 00000000000.... or sha256-AAAAAAAAAAA.....
<cole-h> Maybe that's why.
<jtojnar> it was always in deprecated IIRC
<cole-h> O
<jtojnar> lib.misc is in deprecated.nix for some reason
<worldofpeace> "it's a hack"
<infinisil> I totally think lib/deprecated.nix is the wrong place for this
<worldofpeace> infinisil: I agree, before it was in trivial.nix
<worldofpeace> Do you think that would be the right place now?
<infinisil> Not sure about the right place, but trivial.nix seems much better than deprecated.nix
<infinisil> Because it is trivial, and not deprecated
<cole-h> lib/hacks.nix :P
<infinisil> Maybe lib/derivation-utils.nix
<worldofpeace> cole-h: that file would quickly become huge 😸
<cole-h> Hehe
<infinisil> derivation-utils.nix could also contain lib.isDerivation, lib.toDerivation, lib.getOutput, lib.getBin, etc., recurseIntoAttrs
<worldofpeace> infinisil: sounds perfect
<infinisil> And lib.getName and getVersion
<infinisil> And sanitizeDerivationName
<cole-h> And lib.get{Lib,...}
<infinisil> Yea all of those
<infinisil> I didn't list them all, but there's a whole bunch
<cole-h> I'll give a free r+ to whoever PRs it :P
<worldofpeace> almost done writing the issue
<jtojnar> is the empty hash support merged? we could just remove the functions
<worldofpeace> cole-h: infinisil https://github.com/NixOS/nixpkgs/issues/98422
<cole-h> Not backported to Nix stable though
<worldofpeace> not sure
<{^_^}> #98422 (by worldofpeace, 18 seconds ago, open): Create a lib/derivation-utils.nix (and move fake hashes there)
<jtojnar> * is the empty hash support merged? we could just remove the attributes
<cole-h> It's only present in Nix from master
<worldofpeace> hmm, I didn't really know nix did the empty hash thing now. Link to the implementation/s?
<{^_^}> nix#3674 (by matthewbauer, 14 weeks ago, merged): Allow empty hash in derivations
NinjaTrappeur has quit [Quit: WeeChat 2.8]
NinjaTrappeur has joined #nixos-dev
<infinisil> Huh, but like, why print the 000000 at all?
<infinisil> In that PR
<infinisil> Why not just explicitly make the error be "No hash provided, but we got <hash>"
averell has joined #nixos-dev
alp has quit [Ping timeout: 272 seconds]
alp has joined #nixos-dev
saschagrunert has quit [Remote host closed the connection]
niksnut has quit [Ping timeout: 265 seconds]
__monty__ has quit [Quit: leaving]
AlwaysLivid has quit [Ping timeout: 246 seconds]