os/hosts/pie/default.nix
2023-09-11 23:51:13 +02:00

8 lines
78 B
Nix

{suites, ...}: {
imports =
[
./pie.nix
]
++ suites.pie;
}