os/hosts/biolimo/default.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
86 B
Nix
Raw Normal View History

2023-01-28 21:27:52 +00:00
{suites, ...}: {
imports =
[
./biolimo.nix
]
++ suites.biolimo;
2021-05-30 19:33:09 +00:00
}