nix flake update (#872)

Reviewed-on: https://gitea.com/gitea/tea/pulls/872
Co-authored-by: techknowlogick <techknowlogick@gitea.com>
Co-committed-by: techknowlogick <techknowlogick@gitea.com>
This commit is contained in:
techknowlogick
2026-02-02 23:05:45 +00:00
committed by techknowlogick
parent 0be14de5c2
commit 629872d1e9
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
devShells.default = pkgs.mkShell {
name = "tea-dev-environment";
buildInputs = with pkgs; [
go_1_24
go_1_25
gopls
gnumake
# Add other dependencies here if needed