os/hosts/harrison/default.nix
2022-08-16 19:26:47 +02:00

7 lines
78 B
Nix

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