Skip to content

Commit

Permalink
flake: remove the 'follows' directive
Browse files Browse the repository at this point in the history
nixFlake suffers from a bug when using "follows" keyword:
NixOS/nix#3602
  • Loading branch information
Matthieu Coudron committed Sep 20, 2021
1 parent 47d5a94 commit 61bf095
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
flake-utils.url = "github:numtide/flake-utils";
pre-commit-hooks = {
url = "github:cachix/pre-commit-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};
gitignore = {
url = "github:hercules-ci/gitignore.nix";
Expand Down

0 comments on commit 61bf095

Please sign in to comment.