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 4e10c8d commit 6bd6cf0Copy full SHA for 6bd6cf0
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