Skip to content

Commit e6e6dd4

Browse files
authored
chore: pin nixpkgs to preserve dropped go_1_20 (FloatTech#1139)
1 parent 28bfc3e commit e6e6dd4

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

flake.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
description = "基于 ZeroBot 的 OneBot 插件";
33

4-
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
4+
# pin nixpkgs to preserve dropped go_1_20
5+
inputs.nixpkgs.url = "github:NixOS/nixpkgs/33c51330782cb486764eb598d5907b43dc87b4c2";
56
inputs.flake-utils.url = "github:numtide/flake-utils";
67
inputs.gomod2nix.url = "github:nix-community/gomod2nix";
78
inputs.gomod2nix.inputs.nixpkgs.follows = "nixpkgs";

0 commit comments

Comments
 (0)