chore: update flake configuration (#1490)

This commit is contained in:
Mg Pig
2025-10-19 00:25:40 +08:00
committed by GitHub
parent f10b45a67c
commit 6f278ab167
2 changed files with 10 additions and 7 deletions
+4 -1
View File
@@ -69,6 +69,9 @@
nodejs_22
pnpm
])
++ (withFeature "gui" [
libayatana-appindicator
])
++ (withFeature "android" android.packages)
);
@@ -95,7 +98,7 @@
default = makeShell [ ];
core = makeShell [ ];
web = makeShell [ "web" ];
gui = makeShell [ "gui" ];
gui = makeShell [ "gui" "web" ];
android = makeShell [
"android"
"web"