fix(agents): correct shared-options.nix import path

This commit is contained in:
m3tm3re
2026-04-27 13:11:11 +02:00
parent 6a8360305d
commit cec0c31d91

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 {