mirror of
https://github.com/callumio/nixfiles.git
synced 2025-12-17 03:29:20 +00:00
6 lines
105 B
Nix
6 lines
105 B
Nix
{utils}: let
|
|
hosts = utils.lib.exportModules [
|
|
# ./artemis
|
|
./hermes
|
|
];
|
|
in {inherit hosts;}
|