Skip to content

Commit cb29d47

Browse files
authored
Fix pre-commit-hook (#1411)
1 parent 3614ecc commit cb29d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/default.nix

+1-1
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");
3+
nix-pre-commit-hooks = (import (builtins.fetchTarball "https://github.com/cachix/pre-commit-hooks.nix/tarball/master/" + "/nix/") { sources = sources; }).packages;
44
overlay = _self: pkgs:
55
let sharedOverrides = {
66
overrides = _self: super: {

0 commit comments

Comments
 (0)