Skip to content

Instantly share code, notes, and snippets.

@MatthewCroughan
Created March 30, 2021 02:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MatthewCroughan/df1587af998b004183f4d3db9c80ed59 to your computer and use it in GitHub Desktop.
Save MatthewCroughan/df1587af998b004183f4d3db9c80ed59 to your computer and use it in GitHub Desktop.
robotnixConfigurations = lib.genAttrs ... {
"pyxis" = (import ./hosts/pyxis/default.nix);
"bacon" = (import ./hosts/bacon/default.nix);
}
robotnixConfigurations = lib.genAttrs {
"pyxis" = robotnix.lib.robotnixSystem (import ./hosts/pyxis/default.nix);
"bacon" = robotnix.lib.robotnixSystem (import ./hosts/bacon/default.nix);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment