simply add haskell-language-server to tools

This commit is contained in:
Emily Martins 2022-02-09 12:46:20 +01:00
parent 40cc8117ee
commit fcf5fc3d07
2 changed files with 5 additions and 8 deletions

View file

@ -321,12 +321,9 @@
graphviz
];
additional = ps: [
ps.plutarch
ps.plutus-ledger
ps.plutus-extra
additional = ps: [ ps.plutarch ps.plutus-ledger ps.plutus-extra ];
];
tools.haskell-language-server = { };
};
};
in {