From 64cdbc9bcefd1a5c7fb603c07ca2649975a23166 Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Mon, 21 Aug 2023 06:49:51 +0200 Subject: [PATCH] flake: Put tools into nativeBuildInputs --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index fa5d34f..5a98b08 100644 --- a/flake.nix +++ b/flake.nix @@ -68,7 +68,7 @@ withHoogle = true; - buildInputs = with pkgs; [ + nativeBuildInputs = with pkgs; [ haskellPackages.haskell-language-server haskellPackages.fourmolu cabal-install @@ -78,7 +78,6 @@ hlint haskellPackages.doctest ]; - inputsFrom = builtins.attrValues self.packages.${system}; }; }); }