From 82ed279ea97badaef6636333cfa7fe389820fa1d Mon Sep 17 00:00:00 2001 From: Marco Perone Date: Tue, 14 Mar 2023 17:18:33 +0100 Subject: [PATCH] override fourmolu version in the nix environment --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 1b1e698..5958e06 100644 --- a/flake.nix +++ b/flake.nix @@ -43,6 +43,7 @@ export GHC_PACKAGE_PATH="dist/package.conf.inplace:$GHC_PACKAGE_PATH" ''; }); + fourmolu = pkgs.haskell.packages.ghc944.fourmolu; }; };