From 0ee17665a3cefd7efce5669ccfc2afc6d73000ea Mon Sep 17 00:00:00 2001 From: Ewan Date: Mon, 22 Sep 2025 05:53:04 +0100 Subject: [PATCH] fix(nix): add nixpkgs missing for existing build process & useful in dev process (#4490) Signed-off-by: Ewan Nisbet --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/flake.nix b/flake.nix index e948a9d467..e2c040406c 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = ''