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

6
flake.lock generated
View File

@@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1740547748,
"narHash": "sha256-Ly2fBL1LscV+KyCqPRufUBuiw+zmWrlJzpWOWbahplg=",
"lastModified": 1770015011,
"narHash": "sha256-7vUo0qWCl/rip+fzr6lcMlz9I0tN/8m7d5Bla/rS2kk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "3a05eebede89661660945da1f151959900903b6a",
"rev": "f08e6b11a5ed43637a8ac444dd44118bc7d273b9",
"type": "github"
},
"original": {

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