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

11
flake.lock generated
View file

@ -293,16 +293,15 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1710862133, "lastModified": 1710923068,
"narHash": "sha256-+e62qOvW6svSU59SOVniBodNe0WkIYgfwXPazUyEBNE=", "narHash": "sha256-6hOpUiuxuwpXXc/xfJsBUJeqqgGI+JMJuLo45aG3cKc=",
"owner": "hercules-ci", "owner": "cachix",
"repo": "pre-commit-hooks.nix", "repo": "pre-commit-hooks.nix",
"rev": "d43e4853f578739ac2264eadcd18faa5aeb41889", "rev": "e611897ddfdde3ed3eaac4758635d7177ff78673",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "hercules-ci", "owner": "cachix",
"ref": "rustfmt-all",
"repo": "pre-commit-hooks.nix", "repo": "pre-commit-hooks.nix",
"type": "github" "type": "github"
} }

View file

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