From e019ab7dd7a349bfa1ba5899abaa7163b261f5db Mon Sep 17 00:00:00 2001 From: Malo Bourgon Date: Fri, 14 Oct 2022 11:48:27 -0700 Subject: [PATCH] Get dev shell working again --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 43669c6..e29b021 100644 --- a/flake.nix +++ b/flake.nix @@ -30,7 +30,7 @@ packages = [ compiler.haskell-language-server compiler.implicit-hie - compiler.weeder + # compiler.weeder pkgs.stack pkgs.hlint ];