only download those weird pkgs on linux, not tested

This commit is contained in:
2026-06-26 18:19:22 -05:00
parent 7b9ffc8cab
commit 0e93858513
+18 -12
View File
@@ -3,18 +3,24 @@
{
env.DATABASE_URL = "./aperture.db";
packages = with pkgs; [
sqlite
glib
pango
cairo
atk
gtk3
gdk-pixbuf
libsoup_3
webkitgtk_4_1
pkg-config
];
packages =
with pkgs;
[
sqlite
]
++ lib.optionals pkgs.stdenv.isLinux [
glib
pango
cairo
atk
gtk3
gdk-pixbuf
libsoup_3
webkitgtk_4_1
pkg-config
inotify-tools
strace
];
languages = {
javascript = {