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/
koh has joined #nix-lang
kalbasit_ has quit [Ping timeout: 258 seconds]
<aleph-> Hmm, the lack of being able to parse sets of sets in the toINI generator is aggravating.
<aleph-> But guess I can use attrNames here and fiddle with it. Of course weechat has to dot namespace stuff...
ddellacosta has quit [Ping timeout: 260 seconds]
__monty__ has joined #nix-lang
<gchristensen> [buffer #34
<gchristensen> whoops
<{^_^}> https://github.com/NixOS/nixpkgs/pull/34 (by aszlig, 8 years ago, closed): Update VirtualBox to version 4.1.18.
ddellacosta has joined #nix-lang
kalbasit_ has joined #nix-lang
<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]
tilpner has joined #nix-lang
puck has quit [Ping timeout: 264 seconds]
puck has joined #nix-lang
__monty__ has quit [Quit: leaving]