Files
clan-core/modules/clan/flake-module.nix
2025-10-21 19:35:50 +02:00

5 lines
116 B
Nix

{ self, lib, ... }:
{
flake.modules.clan.default = lib.modules.importApply ./default.nix { clan-core = self; };
}