Skip to content

Commit 31f945b

Browse files
committed
build(flake.nix/inputs): Switch git-hooks-nix.nixpkgs to nixpkgs-unstable
1 parent 4c1506d commit 31f945b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flake.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
git-hooks-nix = {
6262
url = "github:cachix/git-hooks.nix";
6363
inputs = {
64-
nixpkgs.follows = "nixpkgs";
64+
nixpkgs.follows = "nixpkgs-unstable";
6565
flake-compat.follows = "flake-compat";
6666
};
6767
};

0 commit comments

Comments
 (0)