Skip to content

Commit

Permalink
add purty, fix-purty. fix-stylish-haskell
Browse files Browse the repository at this point in the history
  • Loading branch information
olgaklimenko committed Jul 20, 2021
1 parent 7d6e2c7 commit 26563e5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
12 changes: 10 additions & 2 deletions MetaLamp/lending-pool/nix/pkgs/default.nix
Expand Up @@ -23,12 +23,20 @@ let

spago = plutus.plutus.spago;

purty = plutus.plutus.purty;

fix-purty = plutus.plutus.fixPurty;

fix-stylish-haskell = plutus.plutus.fixStylishHaskell;

stylish-haskell = plutus.plutus.stylish-haskell;

haskell-language-server = plutus.plutus.haskell-language-server;

cardano-repo-tool = plutus.plutus.cardano-repo-tool;
in
{
inherit haskell hlint cabal-install nodejs purs spago stylish-haskell haskell-language-server cardano-repo-tool;
{
inherit nodejs purs spago purty fix-purty;
inherit haskell hlint cabal-install stylish-haskell fix-stylish-haskell haskell-language-server;
inherit cardano-repo-tool;
}
3 changes: 3 additions & 0 deletions MetaLamp/lending-pool/shell.nix
Expand Up @@ -13,8 +13,11 @@ in
nodejs
purs
spago
purty
fix-purty
haskell-language-server
stylish-haskell
fix-stylish-haskell
pkgs.niv
cardano-repo-tool
];
Expand Down

0 comments on commit 26563e5

Please sign in to comment.