chore: pin nixpkgs to preserve dropped go_1_20 (#1139)

This commit is contained in:
Nobody6825
2025-03-08 18:33:09 +08:00
committed by GitHub
parent 28bfc3e71d
commit e6e6dd4565
2 changed files with 12 additions and 11 deletions

View File

@@ -1,7 +1,8 @@
{
description = " ZeroBot OneBot ";
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# pin nixpkgs to preserve dropped go_1_20
inputs.nixpkgs.url = "github:NixOS/nixpkgs/33c51330782cb486764eb598d5907b43dc87b4c2";
inputs.flake-utils.url = "github:numtide/flake-utils";
inputs.gomod2nix.url = "github:nix-community/gomod2nix";
inputs.gomod2nix.inputs.nixpkgs.follows = "nixpkgs";