fix(agents): correct import paths for shared module

This commit is contained in:
m3tm3re
2026-04-27 13:00:52 +02:00
parent 60aeec7cfe
commit 5edd0929d0
3 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
... ...
}: { }: {
imports = [ imports = [
../shared/default.nix ./shared/default.nix
]; ];
options.coding.agents.claude-code = let options.coding.agents.claude-code = let

View File

@@ -5,7 +5,7 @@
... ...
}: { }: {
imports = [ imports = [
../shared/default.nix ./shared/default.nix
]; ];
options.coding.agents.opencode = let options.coding.agents.opencode = let

View File

@@ -5,7 +5,7 @@
... ...
}: { }: {
imports = [ imports = [
../shared/default.nix ./shared/default.nix
]; ];
options.coding.agents.pi = let options.coding.agents.pi = let