mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 10:14:35 +00:00
chore: update flake configuration (#1490)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user