infinisil changed the topic of #nix-lang to: Channel for discussing Nix as a language - https://nixos.org/nix/manual/#chap-writing-nix-expressions - Logs: https://logs.nix.samueldr.com/nix-lang/
kalbasit_ has quit [Ping timeout: 240 seconds]
ris has quit [Ping timeout: 240 seconds]
ddellacosta has quit [Ping timeout: 260 seconds]
__monty__ has joined #nix-lang
sphalerite is now known as L1nuxH4ckerm4n
L1nuxH4ckerm4n is now known as sphalerite
ddellacosta has joined #nix-lang
kalbasit has joined #nix-lang
ris has joined #nix-lang
<infinisil> > let x = x.y // { y = {}; }; in x
<{^_^}> infinite recursion encountered, at (string):440:9
<infinisil> > { y = {}; }
<{^_^}> { y = <CODE>; }
<gchristensen> > x.y.y.y.y.y.y.y.y
<{^_^}> value is a function while a set was expected, at (string):440:1
<infinisil> (the one that triggers infinite recursion will work with nix#4154)
<{^_^}> https://github.com/NixOS/nix/pull/4154 (by Infinisil, 6 weeks ago, open): [WIP] Lazy attribute names
<pie_> infinisil: so.... // not lazy?
<infinisil> pie_: Not sure what you mean
<pie_> maybe i should finish reading like 5 lines of scrll xD
<pie_> tired
<pie_> that was me asking about why it was infrec-ing
<infinisil> / will only be lazy with that PR, which the bot doesn't have applied :)
<pie_> yeah
<pie_> i got it
andi- has quit [Ping timeout: 244 seconds]
andi- has joined #nix-lang
__monty__ has quit [Quit: leaving]
cirno-999 has quit [Ping timeout: 240 seconds]
cirno-999 has joined #nix-lang