From b8cc8dfdeef9afb6adc79d28d4793174b3571cfb Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Sun, 1 Nov 2020 20:52:57 +0200 Subject: [PATCH] default.nix: set Hoogle to false by default (true is in shell.nix) --- default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default.nix b/default.nix index 2a980b7..095aa42 100644 --- a/default.nix +++ b/default.nix @@ -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