Merge pull request #22 from Liqwid-Labs/emiflake/hls

Add `haskell-language-server` to tools
This commit is contained in:
Emily 2022-02-09 13:00:58 +01:00 committed by GitHub
commit 0e916dfdfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 8 deletions

6
flake.lock generated
View file

@ -1139,11 +1139,11 @@
},
"nixpkgs-2009": {
"locked": {
"lastModified": 1624271064,
"narHash": "sha256-qns/uRW7MR2EfVf6VEeLgCsCp7pIOjDeR44JzTF09MA=",
"lastModified": 1635350005,
"narHash": "sha256-tAMJnUwfaDEB2aa31jGcu7R7bzGELM9noc91L2PbVjg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "46d1c3f28ca991601a53e9a14fdd53fcd3dd8416",
"rev": "1c1f5649bb9c1b0d98637c8c365228f57126f361",
"type": "github"
},
"original": {

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 {