13 lines
226 B
Nix
13 lines
226 B
Nix
{...}: let
|
|
module = ./default.nix;
|
|
in {
|
|
clan.modules.identity = module;
|
|
|
|
# perSystem = {...}: {
|
|
# clan.nixosTests.identity = {
|
|
# imports = [];
|
|
|
|
# clan.modules."@arda/identity" = module;
|
|
# };
|
|
# };
|
|
}
|