about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index b32c2ca..57945c8 100644
--- a/flake.nix
+++ b/flake.nix
@@ -20,7 +20,8 @@
           buildInputs = with pkgs.haskellPackages; [
             cabal-install
             haskell-language-server
-	    megaparsec
+            megaparsec
+            stack
           ];
         };
         treefmt = {