Remove watchman package and file watcher config
This commit is contained in:
@@ -8,7 +8,6 @@
|
|||||||
OPENCODE_EXPERIMENTAL_LSP_TOOL = 1;
|
OPENCODE_EXPERIMENTAL_LSP_TOOL = 1;
|
||||||
OPENCODE_EXPERIMENTAL_MARKDOWN = 1;
|
OPENCODE_EXPERIMENTAL_MARKDOWN = 1;
|
||||||
OPENCODE_EXPERIMENTAL_PLAN_MODE = 1;
|
OPENCODE_EXPERIMENTAL_PLAN_MODE = 1;
|
||||||
OPENCODE_EXPERIMENTAL_FILE_WATCHER = 1;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.opencode = {
|
programs.opencode = {
|
||||||
|
|||||||
@@ -45,7 +45,6 @@ with pkgs;
|
|||||||
tree-sitter
|
tree-sitter
|
||||||
unzip
|
unzip
|
||||||
vivid
|
vivid
|
||||||
watchman
|
|
||||||
zip
|
zip
|
||||||
]
|
]
|
||||||
++ lib.optionals stdenv.isDarwin [
|
++ lib.optionals stdenv.isDarwin [
|
||||||
|
|||||||
Reference in New Issue
Block a user