mirror of
https://github.com/block/goose.git
synced 2026-04-28 03:29:36 +00:00
fix(nix): add nixpkgs missing for existing build process & useful in dev process (#4490)
Some checks are pending
Canary / Prepare Version (push) Waiting to run
Canary / build-cli (push) Blocked by required conditions
Canary / Upload Install Script (push) Blocked by required conditions
Canary / bundle-desktop (push) Blocked by required conditions
Canary / bundle-desktop-linux (push) Blocked by required conditions
Canary / bundle-desktop-windows (push) Blocked by required conditions
Canary / Release (push) Blocked by required conditions
CI / changes (push) Waiting to run
CI / Check Rust Code Format (push) Blocked by required conditions
CI / Build and Test Rust Project (push) Blocked by required conditions
CI / Lint Electron Desktop App (push) Blocked by required conditions
CI / bundle-desktop-unsigned (push) Blocked by required conditions
Documentation Site Preview / deploy (push) Waiting to run
Publish Docker Image / docker (push) Waiting to run
Some checks are pending
Canary / Prepare Version (push) Waiting to run
Canary / build-cli (push) Blocked by required conditions
Canary / Upload Install Script (push) Blocked by required conditions
Canary / bundle-desktop (push) Blocked by required conditions
Canary / bundle-desktop-linux (push) Blocked by required conditions
Canary / bundle-desktop-windows (push) Blocked by required conditions
Canary / Release (push) Blocked by required conditions
CI / changes (push) Waiting to run
CI / Check Rust Code Format (push) Blocked by required conditions
CI / Build and Test Rust Project (push) Blocked by required conditions
CI / Lint Electron Desktop App (push) Blocked by required conditions
CI / bundle-desktop-unsigned (push) Blocked by required conditions
Documentation Site Preview / deploy (push) Waiting to run
Publish Docker Image / docker (push) Waiting to run
Signed-off-by: Ewan Nisbet <ewan-git@thatdogmachine.com>
This commit is contained in:
parent
d39109ef8f
commit
0ee17665a3
1 changed files with 6 additions and 0 deletions
|
|
@ -93,9 +93,15 @@
|
|||
cargo-watch
|
||||
cargo-edit
|
||||
clippy
|
||||
gemini-cli # potentially useful during dev/testing
|
||||
go_1_25 # 'just' run-ui (temporal-service)
|
||||
just # used in dev/test
|
||||
nodejs_24 # 'just' run-ui
|
||||
ripgrep
|
||||
rustfmt
|
||||
xorg.libxcb
|
||||
dbus
|
||||
yarn # 'just' install-deps
|
||||
]);
|
||||
|
||||
shellHook = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue