mirror of
https://github.com/nmasur/dotfiles
synced 2025-02-22 18:32:02 +00:00
7 lines
141 B
Nix
7 lines
141 B
Nix
# Return a list of all hosts
|
|
|
|
{
|
|
darwin-hosts = import ./aarch64-darwin;
|
|
linux-hosts = import ./x86_64-linux // import ./aarch64-linux;
|
|
}
|