fix(agents): correct import paths for shared module
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
../shared/default.nix
|
./shared/default.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
options.coding.agents.claude-code = let
|
options.coding.agents.claude-code = let
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
../shared/default.nix
|
./shared/default.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
options.coding.agents.opencode = let
|
options.coding.agents.opencode = let
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
../shared/default.nix
|
./shared/default.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
options.coding.agents.pi = let
|
options.coding.agents.pi = let
|
||||||
|
|||||||
Reference in New Issue
Block a user