os/hosts/biolimo/default.nix

7 lines
86 B
Nix

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