We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3614ecc commit cb29d47Copy full SHA for cb29d47
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-pre-commit-hooks = (import (builtins.fetchTarball "https://github.com/cachix/pre-commit-hooks.nix/tarball/master/" + "/nix/") { sources = sources; }).packages;
4
overlay = _self: pkgs:
5
let sharedOverrides = {
6
overrides = _self: super: {
0 commit comments