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 22:27:52 +01:00
{suites, ...}: {
imports =
[
./biolimo.nix
]
++ suites.biolimo;
2021-05-30 21:33:09 +02:00
}