fix outdated pre-commit checkers
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M flake.nix → flake.nix
@@ -10,6 +10,7 @@ inputs.gomod2nix.url = "github:nix-community/gomod2nix"; inputs.gomod2nix.inputs.nixpkgs.follows = "nixpkgs"; inputs.gomod2nix.inputs.flake-utils.follows = "utils"; inputs.pre-commit-hooks.url = "github:cachix/pre-commit-hooks.nix"; + inputs.pre-commit-hooks.inputs.nixpkgs.follows = "nixpkgs"; outputs = { self, nixpkgs, utils, pre-commit-hooks, gomod2nix, ... }: utils.lib.eachDefaultSystem