Skip to content

Commit b8cc8df

Browse files
committed
default.nix: set Hoogle to false by default (true is in shell.nix)
1 parent 45752fc commit b8cc8df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
, executableNamesToShellComplete ? [ "hnix" ]
7777

7878

79-
# Include Hoogle into derivation
80-
, withHoogle ? true
79+
# Include Hoogle executable and DB into derivation
80+
, withHoogle ? false
8181

8282

8383
# Nix by default updates and uses locally configured nixpkgs-unstable channel

0 commit comments

Comments
 (0)