os/hosts/droppie/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 =
[
./droppie.nix
]
++ suites.droppie;
2022-08-13 16:08:27 +00:00
}