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:
parent
d0910f964b
commit
9f6e703c9e
3 changed files with 83 additions and 4 deletions
|
@ -5,7 +5,7 @@ final: prev: {
|
|||
ollama
|
||||
open-webui
|
||||
claude-code
|
||||
goose-cli
|
||||
aider-chat
|
||||
;
|
||||
goose-cli = channels.unstable.callPackage ./goose.nix { };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue