pub-solar-os/hosts/biolimo.nix

7 lines
72 B
Nix

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