1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2026-06-03 16:35:37 +02:00

Update Docs and nix-flake to reflect current dev environment (#5926)

This commit is contained in:
6543
2026-01-08 20:31:20 +01:00
committed by GitHub
parent 3a2df46b5e
commit c82570bd74
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
devShells.default =
with pkgs;
let
go = go_1_24;
go = go_1_25;
in
pkgs.mkShell {
buildInputs = [