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 2aed336ccf
2 changed files with 5 additions and 8 deletions

6
flake.lock generated
View file

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

View file

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