maint: Update pre-commit-hooks-nix

(cherry picked from commit dc8985d5bf77c76ee4b2a0816d314e9e2c7f5318)
This commit is contained in:
Robert Hensing 2024-03-20 14:21:23 +01:00
parent dbab66b38d
commit be1c6bef6b
2 changed files with 6 additions and 8 deletions

View file

@ -9,8 +9,7 @@
nix-cargo-integration.url = "github:yusdacra/nix-cargo-integration";
nix-cargo-integration.inputs.nixpkgs.follows = "nixpkgs";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# https://github.com/cachix/pre-commit-hooks.nix/pull/410
pre-commit-hooks-nix.url = "github:hercules-ci/pre-commit-hooks.nix/rustfmt-all";
pre-commit-hooks-nix.url = "github:cachix/pre-commit-hooks.nix";
pre-commit-hooks-nix.inputs.nixpkgs.follows = "nixpkgs";
};