Skip to content

Commit 1b3868a

Browse files
mergify[bot]Ailrun
andauthored
Pin nix-pre-commit-hooks (#1780) (#1798)
(cherry picked from commit 6bd6cf0) Co-authored-by: Junyoung/Clare Jang <[email protected]>
1 parent 2354e2c commit 1b3868a

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)