13 lines
184 B
Nix
13 lines
184 B
Nix
{ clan-core }:
|
|
{
|
|
_class = "clan";
|
|
_module.args = {
|
|
inherit clan-core;
|
|
inherit (clan-core) clanLib;
|
|
};
|
|
imports = [
|
|
./top-level-interface.nix
|
|
./module.nix
|
|
];
|
|
}
|