mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-09-24 10:20:50 +02:00
fix(nix): use nodejs 22 and fix openssl linking issue
This commit is contained in:
@@ -31,17 +31,17 @@
|
|||||||
gdk-pixbuf
|
gdk-pixbuf
|
||||||
glib
|
glib
|
||||||
dbus
|
dbus
|
||||||
openssl_3
|
|
||||||
librsvg
|
librsvg
|
||||||
libsoup_3
|
libsoup_3
|
||||||
];
|
];
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
rustToolchain
|
rustToolchain
|
||||||
nodejs_23
|
nodejs_22
|
||||||
pnpm
|
pnpm
|
||||||
pkg-config
|
pkg-config
|
||||||
cargo-tauri
|
cargo-tauri
|
||||||
|
openssl
|
||||||
# App specific tools
|
# App specific tools
|
||||||
biome
|
biome
|
||||||
] ++ libraries;
|
] ++ libraries;
|
||||||
|
|||||||
Reference in New Issue
Block a user