simply add haskell-language-server to tools
This commit is contained in:
parent
40cc8117ee
commit
fcf5fc3d07
2 changed files with 5 additions and 8 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -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": {
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue