update to go 1.25.0

This commit is contained in:
XenGi 2025-08-28 12:52:15 +02:00
parent 2c813674e2
commit 9e5d8e66da
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg
8 changed files with 114 additions and 119 deletions

View file

@ -1,7 +1,7 @@
{
description = "sanic - chaos music control";
inputs = {
nixpkgs.url = github:NixOS/nixpkgs/nixpkgs-unstable;
nixpkgs.url = github:NixOS/nixpkgs/eae238e32a7f2e508367158697fc47e06885156c; # go 1.25.0
flake-utils.url = github:numtide/flake-utils;
gomod2nix = {
url = github:tweag/gomod2nix;