ChanServ changed the topic of #robotnix to: Robotnix: https://github.com/danielfullmer/robotnix || Channel logs: https://logs.nix.samueldr.com/robotnix
<danielrf[m]> matthewcroughan: `with robotnix.lib.robotnixSystem` wouldn't work since `robotnixSystem` is a function, not a list
<danielrf[m]> Not exactly sure what you're asking though
<danielrf[m]> s/list/attrset/
<matthewcroughan> danielrf[m]: I want to make a list of supported devices, with their names on the left and their imports on the right
<matthewcroughan> Is that possible?
<matthewcroughan> Basically a lookup table, I want the function to be applied to all members of this list
<matthewcroughan> I want this kind of a construct
<matthewcroughan> Except I don't want to type mkSystem once per machine/line
<samueldr> if you have Nixpkgs' lib, lookup lib.genAttrs