os/hosts/biolimo/default.nix

8 lines
86 B
Nix

{suites, ...}: {
imports =
[
./biolimo.nix
]
++ suites.biolimo;
}