<aleph->
Stupid question, how would I access a field of a set via a var holding the name of that field? So I have `a.b = {...}` and a var `c=b` where I'd like to do `a.c`
<aleph->
Nevermind, was being dumb
<infinisil>
aleph-: a.${c} would do it, assuming it's c = "b"
<aleph->
infinisil: Yep, that was it. Somehow forgot ${} was a thing
koh has quit [Ping timeout: 246 seconds]
ddellacosta has quit [Quit: WeeChat 2.8]
ddellacosta has joined #nix-lang
tilpner has quit [Remote host closed the connection]