From 629872d1e915c482777d797f1e1706e376365ad1 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Mon, 2 Feb 2026 23:05:45 +0000 Subject: [PATCH] nix flake update (#872) Reviewed-on: https://gitea.com/gitea/tea/pulls/872 Co-authored-by: techknowlogick Co-committed-by: techknowlogick --- flake.lock | 6 +++--- flake.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 45ebada..6f8aa77 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/flake.nix b/flake.nix index e4d25d7..d3e4928 100644 --- a/flake.nix +++ b/flake.nix @@ -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