We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2354e2c commit 1b3868aCopy full SHA for 1b3868a
nix/default.nix
@@ -1,6 +1,6 @@
1
{ sources ? import ./sources.nix }:
2
let
3
- nix-pre-commit-hooks = (import (builtins.fetchTarball "https://github.com/cachix/pre-commit-hooks.nix/tarball/master/" + "/nix/") { sources = sources; }).packages;
+ nix-pre-commit-hooks = (import (builtins.fetchTarball "https://github.com/cachix/pre-commit-hooks.nix/tarball/87fb108527c7865ebee2ffe9af6154cb761ec9e0/" + "/nix/") { sources = sources; }).packages;
4
overlay = _self: pkgs:
5
6
sharedOverrides = {
0 commit comments