File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -3,26 +3,21 @@ with (import ./project.nix {}); let
3
3
newpkgs = import ./newpkgs.nix ;
4
4
in
5
5
shellFor {
6
- exactDeps = false ;
7
- withHoogle = false ;
8
6
tools = {
7
+ cabal-install = "latest" ;
9
8
hspec-discover = "latest" ;
9
+ haskell-language-server = "latest" ;
10
+ cabal-fmt = "latest" ;
11
+ ghcid = "latest" ;
12
+ hpack = "latest" ;
10
13
} ;
11
14
buildInputs =
12
15
[
13
- pkgs . cabal-install
14
- pkgs . hpack
15
16
pkgs . hlint
16
- pkgs . ghcid
17
17
pkgs . gleam
18
18
pkgs . erlang
19
19
pkgs . elixir
20
- pkgs . ollama
21
- newpkgs . haskellPackages . cabal2nix
22
- newpkgs . nix-prefetch-git
23
20
newpkgs . litecli
24
- newpkgs . sqlite
25
- newpkgs . sqlite-web
26
21
misc . nix-bundle
27
22
]
28
23
++ ( import ./tools.nix )
Original file line number Diff line number Diff line change 68
68
styleTest
69
69
prettier
70
70
pkgs . alejandra
71
- newpkgs . haskellPackages . cabal-fmt
72
- pkgs . haskell-language-server
73
71
]
You can’t perform that action at this time.
0 commit comments