Skip to content

Commit

Permalink
Pin nix-pre-commit-hooks (#1780)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailrun committed Apr 30, 2021
1 parent 4e10c8d commit 6bd6cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ sources ? import ./sources.nix }:
let
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;
overlay = _self: pkgs:
let
sharedOverrides = {
Expand Down

0 comments on commit 6bd6cf0

Please sign in to comment.