os/hosts/chonk/default.nix
2023-10-06 00:01:53 +02:00

8 lines
82 B
Nix

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