Reapply "feat(clan): data-mesher + dm-pull-deploy wiring 🌊"

This reverts commit c4c40e80d5.
This commit is contained in:
DannyDannyDanny 2026-04-20 14:28:12 +02:00
parent c4c40e80d5
commit d184064bfd
34 changed files with 334 additions and 20 deletions

View file

@ -28,6 +28,11 @@
clan-core.url = "https://git.clan.lol/clan/clan-core/archive/main.tar.gz";
clan-core.inputs.nixpkgs.follows = "nixpkgs";
clan-core.inputs.flake-parts.follows = "flake-parts";
# clan-community: dm-pull-deploy (and other user-curated services).
clan-community.url = "https://git.clan.lol/clan/clan-community/archive/main.tar.gz";
clan-community.inputs.nixpkgs.follows = "nixpkgs";
clan-community.inputs.clan-core.follows = "clan-core";
};
outputs = inputs @ { flake-parts, import-tree, ... }: