tilpner has quit [Remote host closed the connection]
tilpner has joined #nix-lang
Japones has joined #nix-lang
Japones has left #nix-lang [#nix-lang]
ddellacosta has quit [Ping timeout: 246 seconds]
jared-w has quit [Ping timeout: 260 seconds]
jared-w has joined #nix-lang
ddellacosta has joined #nix-lang
andremedeiros has joined #nix-lang
meh` has joined #nix-lang
<
meh`>
is there something like hoogle for nix? or how do I [AttrSet] -> AttrSet?
<
qyliss>
there is not
<
qyliss>
I would foldr (l: r: l // r)
<
meh`>
ooh, // is what I was missing
<
meh`>
looking for union/merge wasn't giving me any results, thanks!
meh` has quit [Ping timeout: 258 seconds]
<
infinisil>
This is such a common operation, I feel like we should have a function for that