From bc9c6cd0813cb7ae100570e74355354d3bb2e173 Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Sun, 30 Nov 2025 18:29:18 +0800 Subject: [PATCH] deps(flake.nix): nodejs --- flake.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 5e429b2..9f01d57 100644 --- a/flake.nix +++ b/flake.nix @@ -22,9 +22,7 @@ default = pkgs.mkShell rec { nativeBuildInputs = with pkgs; [ gcc - openssl - pkg-config - sqlite + nodejs (fenix.packages.${system}.complete.withComponents [ "cargo" "clippy" @@ -33,6 +31,9 @@ "rustfmt" "rust-analyzer" ]) + openssl + pkg-config + sqlite gemini-cli ]; buildInputs = [ ];