Skip to content

Commit 64374ec

Browse files
authored
flake: remove the 'follows' directive (#2218)
nixFlake suffers from a bug when using "follows" keyword: NixOS/nix#3602
1 parent 2b9cce5 commit 64374ec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

flake.nix

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
flake-utils.url = "github:numtide/flake-utils";
1717
pre-commit-hooks = {
1818
url = "github:cachix/pre-commit-hooks.nix";
19-
inputs.nixpkgs.follows = "nixpkgs";
20-
inputs.flake-utils.follows = "flake-utils";
2119
};
2220
gitignore = {
2321
url = "github:hercules-ci/gitignore.nix";

0 commit comments

Comments
 (0)