os/hosts/giggles/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

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