1
1
mirror of https://github.com/haskell/lsp.git synced 2024-10-04 02:47:31 +03:00
lsp/nix/default.nix
Michael Peyton Jones 483e641eaf
Simplify nix setup (#531)
* Simplify nix setup

This doesn't try to build the dependencies, just provides GHC/cabal/HLS.

* Add cabal-fmt and fourmolu

* Updated fourmolu

* Use the default GHC
2023-11-26 17:47:53 +00:00

4 lines
64 B
Nix

{ sources ? import ./sources.nix }:
import sources.nixpkgs { }