diff --git a/shell.nix b/shell.nix index a67181fe..04f9c57f 100644 --- a/shell.nix +++ b/shell.nix @@ -32,6 +32,8 @@ in pkgs.mkShell { pkgs.cabal-install pkgs.haskell-ci (pkgs.lib.getLib pkgs.openssl) + # Needed to run `cabal2nix`: + pkgs.nix-prefetch-scripts ] ++ pkgs.lib.optionals withHls [ haskellPackages.haskell-language-server ];