fix(agents): correct shared-options.nix import path
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
shared = import ./shared-options.nix {inherit lib;};
|
||||
shared = import ./shared/shared-options.nix {inherit lib;};
|
||||
cfg = config.coding.agents.skills;
|
||||
mkIf = lib.mkIf;
|
||||
in {
|
||||
|
||||
Reference in New Issue
Block a user