clan-core: add clan meta for ui usage

This commit is contained in:
Johannes Kirschbauer
2024-05-31 17:22:38 +02:00
committed by hsjobeki
parent 2ac4294ff9
commit c7008fd302
9 changed files with 167 additions and 19 deletions

View File

@@ -24,10 +24,14 @@
};
outputs =
inputs@{ flake-parts, ... }:
inputs@{ flake-parts, self, ... }:
flake-parts.lib.mkFlake { inherit inputs; } (
{ ... }:
{
clan = {
# meta.name = "clan-core";
directory = self;
};
systems = [
"x86_64-linux"
"aarch64-linux"