From ab0a20c9d364037bd43130775a9872af99418085 Mon Sep 17 00:00:00 2001 From: Emily Martins Date: Thu, 14 Apr 2022 15:24:09 +0200 Subject: [PATCH] don't use plutarch.tools --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4b99a66..81393b0 100644 --- a/flake.nix +++ b/flake.nix @@ -127,7 +127,7 @@ pkgs'.haskellPackages.cabal-fmt pkgs'.nixpkgs-fmt fourmolu - plutarch.tools.hlint + pkgs'.haskell.packages."${ghcVersion}".hlint ]; } '' export LC_CTYPE=C.UTF-8