os/hosts/pie/default.nix

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

8 lines
78 B
Nix
Raw Normal View History

2023-09-11 21:51:13 +00:00
{suites, ...}: {
imports =
[
./pie.nix
]
++ suites.pie;
}