From d6add337b8e7c70b6bc68f3aa085866f7393a93c Mon Sep 17 00:00:00 2001 From: Matthieu Coudron Date: Mon, 20 Sep 2021 09:50:52 +0200 Subject: [PATCH] flake: remove the 'follows' directive nixFlake suffers from a bug when using "follows" keyword: https://github.com/NixOS/nix/issues/3602 --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 5104b4ae33..8578c67e21 100644 --- a/flake.nix +++ b/flake.nix @@ -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";