fix(nix): use nodejs 22 and fix openssl linking issue

This commit is contained in:
Alexander
2026-01-09 16:05:52 +03:00
parent bbeae24593
commit bc8f611ebf
+2 -2
View File
@@ -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;