fix(nix): add nixpkgs missing for existing build process & useful in dev process (#4490)
Signed-off-by: Ewan Nisbet <ewan-git@thatdogmachine.com>
This commit is contained in:
@@ -93,9 +93,15 @@
|
|||||||
cargo-watch
|
cargo-watch
|
||||||
cargo-edit
|
cargo-edit
|
||||||
clippy
|
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
|
rustfmt
|
||||||
xorg.libxcb
|
xorg.libxcb
|
||||||
dbus
|
dbus
|
||||||
|
yarn # 'just' install-deps
|
||||||
]);
|
]);
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user