Skip to content

Commit e999b23

Browse files
committed
Don’t install tools from haskellPackages if avoidable
1 parent 81c6af9 commit e999b23

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,11 +550,11 @@ in let this = rec {
550550
inherit (nativeHaskellPackages)
551551
haskell-language-server
552552
Cabal
553-
cabal-install
554-
ghcid
555553
hasktags
556554
;
557555
inherit (nixpkgs)
556+
cabal-install
557+
ghcid
558558
cabal2nix
559559
curl
560560
nix-prefetch-scripts

0 commit comments

Comments
 (0)