Skip to content

Commit 2968ec0

Browse files
committed
fix hls
1 parent ba2c61e commit 2968ec0

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

nix/shell.nix

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,21 @@ with (import ./project.nix {}); let
33
newpkgs = import ./newpkgs.nix;
44
in
55
shellFor {
6-
exactDeps = false;
7-
withHoogle = false;
86
tools = {
7+
cabal-install = "latest";
98
hspec-discover = "latest";
9+
haskell-language-server = "latest";
10+
cabal-fmt = "latest";
11+
ghcid = "latest";
12+
hpack = "latest";
1013
};
1114
buildInputs =
1215
[
13-
pkgs.cabal-install
14-
pkgs.hpack
1516
pkgs.hlint
16-
pkgs.ghcid
1717
pkgs.gleam
1818
pkgs.erlang
1919
pkgs.elixir
20-
pkgs.ollama
21-
newpkgs.haskellPackages.cabal2nix
22-
newpkgs.nix-prefetch-git
2320
newpkgs.litecli
24-
newpkgs.sqlite
25-
newpkgs.sqlite-web
2621
misc.nix-bundle
2722
]
2823
++ (import ./tools.nix)

nix/tools.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,4 @@ in [
6868
styleTest
6969
prettier
7070
pkgs.alejandra
71-
newpkgs.haskellPackages.cabal-fmt
72-
pkgs.haskell-language-server
7371
]

0 commit comments

Comments
 (0)