mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-12 21:01:02 +00:00
chore: bump pnpm to v11 in nix flake (#38856)
This commit is contained in:
Generated
+3
-3
@@ -2,11 +2,11 @@
|
|||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1782723713,
|
"lastModified": 1786106723,
|
||||||
"narHash": "sha256-oPXCU/SSUokcGaJREHibG1CBX3+s/W7orDWQOZDsEeQ=",
|
"narHash": "sha256-zDSUbpoeo/9ZmD2+wXnzxoo1+uhL8vxc0b8yuYMKYq0=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "b5aa0fbd538984f6e3d201be0005b4463d8b09f8",
|
"rev": "f13ff45afd1bb73e640eaa08a7066dbed07e3238",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|||||||
@@ -36,7 +36,7 @@
|
|||||||
go = pkgs.go_1_26;
|
go = pkgs.go_1_26;
|
||||||
nodejs = pkgs.nodejs_26;
|
nodejs = pkgs.nodejs_26;
|
||||||
python3 = pkgs.python314;
|
python3 = pkgs.python314;
|
||||||
pnpm = pkgs.pnpm_10;
|
pnpm = pkgs.pnpm_11;
|
||||||
|
|
||||||
# Platform-specific dependencies
|
# Platform-specific dependencies
|
||||||
linuxOnlyInputs = lib.optionals pkgs.stdenv.isLinux [
|
linuxOnlyInputs = lib.optionals pkgs.stdenv.isLinux [
|
||||||
|
|||||||
Reference in New Issue
Block a user