os/hosts/companion/default.nix

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

8 lines
90 B
Nix
Raw Normal View History

{suites, ...}: {
imports =
[
./companion.nix
]
++ suites.companion;
2022-08-21 22:53:04 +00:00
}