From 26563e5136e89ead767600562a94024b0dd709ec Mon Sep 17 00:00:00 2001 From: olgaklimenko Date: Tue, 20 Jul 2021 13:05:52 +0700 Subject: [PATCH] add purty, fix-purty. fix-stylish-haskell --- MetaLamp/lending-pool/nix/pkgs/default.nix | 12 ++++++++++-- MetaLamp/lending-pool/shell.nix | 3 +++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/MetaLamp/lending-pool/nix/pkgs/default.nix b/MetaLamp/lending-pool/nix/pkgs/default.nix index 18cef4750..98ffcd0e2 100644 --- a/MetaLamp/lending-pool/nix/pkgs/default.nix +++ b/MetaLamp/lending-pool/nix/pkgs/default.nix @@ -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; } diff --git a/MetaLamp/lending-pool/shell.nix b/MetaLamp/lending-pool/shell.nix index c3dca2a53..69f0ba40d 100644 --- a/MetaLamp/lending-pool/shell.nix +++ b/MetaLamp/lending-pool/shell.nix @@ -13,8 +13,11 @@ in nodejs purs spago + purty + fix-purty haskell-language-server stylish-haskell + fix-stylish-haskell pkgs.niv cardano-repo-tool ];