Files
infra/machines/default.nix
2025-07-11 12:24:17 +07:00

13 lines
210 B
Nix

{ inputs, self, ... }:
{
imports = [
inputs.clan-core.flakeModules.default
];
clan = {
meta.name = "NewEdgeClan";
machines = { };
specialArgs = { inherit self; };
inherit self;
};
}