From 2536f76f3dcce65670fda13cb217fb95799f3493 Mon Sep 17 00:00:00 2001 From: Ewan Nisbet Date: Wed, 3 Sep 2025 03:54:16 +0100 Subject: [PATCH] fix(nix): add nixpkgs missing for existing build process & useful (gemini-cli) in dev process Signed-off-by: Ewan Nisbet --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/flake.nix b/flake.nix index e948a9d467d4..e2c040406c2b 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 = ''