flake: Put tools into nativeBuildInputs

This commit is contained in:
Alexander Kobjolke 2023-08-21 06:49:51 +02:00
parent 30132088df
commit 64cdbc9bce

View file

@ -68,7 +68,7 @@
withHoogle = true; withHoogle = true;
buildInputs = with pkgs; [ nativeBuildInputs = with pkgs; [
haskellPackages.haskell-language-server haskellPackages.haskell-language-server
haskellPackages.fourmolu haskellPackages.fourmolu
cabal-install cabal-install
@ -78,7 +78,6 @@
hlint hlint
haskellPackages.doctest haskellPackages.doctest
]; ];
inputsFrom = builtins.attrValues self.packages.${system};
}; };
}); });
} }