Skip to content

Instantly share code, notes, and snippets.

@MatthewCroughan
Created March 30, 2021 02:21
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/d6e375e07a424fa4fa1c3b04a25e5ed2 to your computer and use it in GitHub Desktop.
Save MatthewCroughan/d6e375e07a424fa4fa1c3b04a25e5ed2 to your computer and use it in GitHub Desktop.
phones = [
{ ("pyxis" = (import ./hosts/pyxis/default.nix);) }
{ ("bacon" = (import ./hosts/bacon/default.nix);) }
]
lineageos-builds = lib.genAttrs phones (phone: robotnix.lib.robotnixSystem)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment