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

12
flake.lock generated
View File

@@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1754725699,
"narHash": "sha256-iAcj9T/Y+3DBy2J0N+yF9XQQQ8IEb5swLFzs23CdP88=",
"lastModified": 1760284886,
"narHash": "sha256-TK9Kr0BYBQ/1P5kAsnNQhmWWKgmZXwUQr4ZMjCzWf2c=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "85dbfc7aaf52ecb755f87e577ddbe6dbbdbc1054",
"rev": "cf3f5c4def3c7b5f1fc012b3d839575dbe552d43",
"type": "github"
},
"original": {
@@ -48,11 +48,11 @@
]
},
"locked": {
"lastModified": 1754966322,
"narHash": "sha256-7f/LH60DnjjQVKbXAsHIniGaU7ixVM7eWU3hyjT24YI=",
"lastModified": 1760409263,
"narHash": "sha256-GvcdHmY3nZnU6GnUkEG1a7pDZPgFcuN+zGv3OgvfPH0=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "7c13cec2e3828d964b9980d0ffd680bd8d4dce90",
"rev": "5694018463c2134e2369996b38deed41b1b9afc1",
"type": "github"
},
"original": {

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"