Skip to content

Commit 6bd6cf0

Browse files
authored
Pin nix-pre-commit-hooks (#1780)
1 parent 4e10c8d commit 6bd6cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{ sources ? import ./sources.nix }:
22
let
3-
nix-pre-commit-hooks = (import (builtins.fetchTarball "https://github.com/cachix/pre-commit-hooks.nix/tarball/master/" + "/nix/") { sources = sources; }).packages;
3+
nix-pre-commit-hooks = (import (builtins.fetchTarball "https://github.com/cachix/pre-commit-hooks.nix/tarball/87fb108527c7865ebee2ffe9af6154cb761ec9e0/" + "/nix/") { sources = sources; }).packages;
44
overlay = _self: pkgs:
55
let
66
sharedOverrides = {

0 commit comments

Comments
 (0)