feature/agent-git-identity #16

Merged
m3tam3re merged 5 commits from feature/agent-git-identity into master 2026-04-27 17:56:27 +02:00
Showing only changes of commit cec0c31d91 - Show all commits

View File

@@ -10,7 +10,7 @@
pkgs, pkgs,
... ...
}: let }: let
shared = import ./shared-options.nix {inherit lib;}; shared = import ./shared/shared-options.nix {inherit lib;};
cfg = config.coding.agents.skills; cfg = config.coding.agents.skills;
mkIf = lib.mkIf; mkIf = lib.mkIf;
in { in {