11 lines
158 B
Nix
11 lines
158 B
Nix
{ inputs, ... }:
|
|
{
|
|
imports = [
|
|
inputs.clan-core.flakeModules.default
|
|
];
|
|
clan = {
|
|
meta.name = "__CHANGE_ME__";
|
|
meta.tld = "changeme";
|
|
};
|
|
}
|