Skip to content

Commit

Permalink
chore: pin nixpkgs to preserve dropped go_1_20 (#1139)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nobooooody authored Mar 8, 2025
1 parent 28bfc3e commit e6e6dd4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
20 changes: 10 additions & 10 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit e6e6dd4

Please sign in to comment.