From bc8f611ebf5dc6fbd5f8742b1f4d27d94b6bfdaf Mon Sep 17 00:00:00 2001 From: Alexander Date: Fri, 9 Jan 2026 16:05:52 +0300 Subject: [PATCH] fix(nix): use nodejs 22 and fix openssl linking issue --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index a6eb750..9061bf2 100644 --- a/flake.nix +++ b/flake.nix @@ -31,17 +31,17 @@ gdk-pixbuf glib dbus - openssl_3 librsvg libsoup_3 ]; packages = with pkgs; [ rustToolchain - nodejs_23 + nodejs_22 pnpm pkg-config cargo-tauri + openssl # App specific tools biome ] ++ libraries;