mirror of
https://mirror.suhoan.cn/https://github.com/EasyTier/EasyTier.git
synced 2025-12-12 04:37:23 +08:00
chore: update flake configuration (#1490)
This commit is contained in:
12
flake.lock
generated
12
flake.lock
generated
@@ -20,11 +20,11 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1754725699,
|
"lastModified": 1760284886,
|
||||||
"narHash": "sha256-iAcj9T/Y+3DBy2J0N+yF9XQQQ8IEb5swLFzs23CdP88=",
|
"narHash": "sha256-TK9Kr0BYBQ/1P5kAsnNQhmWWKgmZXwUQr4ZMjCzWf2c=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "85dbfc7aaf52ecb755f87e577ddbe6dbbdbc1054",
|
"rev": "cf3f5c4def3c7b5f1fc012b3d839575dbe552d43",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
@@ -48,11 +48,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1754966322,
|
"lastModified": 1760409263,
|
||||||
"narHash": "sha256-7f/LH60DnjjQVKbXAsHIniGaU7ixVM7eWU3hyjT24YI=",
|
"narHash": "sha256-GvcdHmY3nZnU6GnUkEG1a7pDZPgFcuN+zGv3OgvfPH0=",
|
||||||
"owner": "oxalica",
|
"owner": "oxalica",
|
||||||
"repo": "rust-overlay",
|
"repo": "rust-overlay",
|
||||||
"rev": "7c13cec2e3828d964b9980d0ffd680bd8d4dce90",
|
"rev": "5694018463c2134e2369996b38deed41b1b9afc1",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -69,6 +69,9 @@
|
|||||||
nodejs_22
|
nodejs_22
|
||||||
pnpm
|
pnpm
|
||||||
])
|
])
|
||||||
|
++ (withFeature "gui" [
|
||||||
|
libayatana-appindicator
|
||||||
|
])
|
||||||
++ (withFeature "android" android.packages)
|
++ (withFeature "android" android.packages)
|
||||||
);
|
);
|
||||||
|
|
||||||
@@ -95,7 +98,7 @@
|
|||||||
default = makeShell [ ];
|
default = makeShell [ ];
|
||||||
core = makeShell [ ];
|
core = makeShell [ ];
|
||||||
web = makeShell [ "web" ];
|
web = makeShell [ "web" ];
|
||||||
gui = makeShell [ "gui" ];
|
gui = makeShell [ "gui" "web" ];
|
||||||
android = makeShell [
|
android = makeShell [
|
||||||
"android"
|
"android"
|
||||||
"web"
|
"web"
|
||||||
|
|||||||
Reference in New Issue
Block a user