default.nix: set Hoogle to false by default (true is in shell.nix)

This commit is contained in:
Anton-Latukha 2020-11-01 20:52:57 +02:00
parent 45752fc633
commit b8cc8dfdee
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 2 additions and 2 deletions

View File

@ -76,8 +76,8 @@
, executableNamesToShellComplete ? [ "hnix" ]
# Include Hoogle into derivation
, withHoogle ? true
# Include Hoogle executable and DB into derivation
, withHoogle ? false
# Nix by default updates and uses locally configured nixpkgs-unstable channel