feat(goose-cli): add package and update configurations

- Added `goose-cli` package definition and metadata in `unstable` overlay.
- Updated `default.nix` under `aarch64-darwin` to include `goose-cli` in system packages.
- Removed commented out packages and cleaned up unused lines for better clarity and maintainability.
This commit is contained in:
Harald Hoyer 2025-03-29 10:26:42 +01:00
parent d0910f964b
commit 9f6e703c9e
3 changed files with 83 additions and 4 deletions

View file

@ -5,7 +5,7 @@ final: prev: {
ollama
open-webui
claude-code
goose-cli
aider-chat
;
goose-cli = channels.unstable.callPackage ./goose.nix { };
}