mirror of
https://github.com/go-gitea/gitea.git
synced 2025-08-12 02:06:49 +00:00
toolchains to bump reguarry
This commit is contained in:
parent
6ee5ae4d68
commit
d5485c42d4
@ -14,7 +14,10 @@
|
|||||||
devShells.default =
|
devShells.default =
|
||||||
with pkgs;
|
with pkgs;
|
||||||
let
|
let
|
||||||
|
# only bump toolchain versions here
|
||||||
go = go_1_24;
|
go = go_1_24;
|
||||||
|
nodejs = nodejs_24;
|
||||||
|
python3 = python312;
|
||||||
in
|
in
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@ -27,10 +30,10 @@
|
|||||||
gzip
|
gzip
|
||||||
|
|
||||||
# frontend
|
# frontend
|
||||||
nodejs_22
|
nodejs
|
||||||
|
|
||||||
# linting
|
# linting
|
||||||
python312
|
python3
|
||||||
uv
|
uv
|
||||||
|
|
||||||
# backend
|
# backend
|
||||||
|
Loading…
Reference in New Issue
Block a user