Skip to content

Commit

Permalink
Done
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed Jan 29, 2025
1 parent 42a486f commit 1b887ea
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion nix/shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
let
haskell-tools = project.tools
{
cabal = "latest";
cabal = "3.12.1.0"; # TODO 3.14.1.1 breaks haddock, update when fixed
hlint = "latest";
haskell-language-server = "latest";
} // {
Expand Down Expand Up @@ -71,6 +71,11 @@ let
r-with-packages
inputs.nixpkgs-2405.legacyPackages.${pkgs.system}.linkchecker
haskell-language-server
stylish-haskell
fourmolu
cabal
hlint
cabal-fmt

pkgs.texliveFull
pkgs.jekyll
Expand Down Expand Up @@ -111,5 +116,6 @@ project.shellFor {
shellHook = ''
eval "$(starship init bash)"
${pre-commit-check.shellHook}
echo -e "\n🤟 Welcome to Plutus 🤟"
'';
}

0 comments on commit 1b887ea

Please sign in to comment.