diff options
Diffstat (limited to 'Biz/Dev/Hoogle.nix')
-rw-r--r-- | Biz/Dev/Hoogle.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Biz/Dev/Hoogle.nix b/Biz/Dev/Hoogle.nix index 13a5bda..02330b5 100644 --- a/Biz/Dev/Hoogle.nix +++ b/Biz/Dev/Hoogle.nix @@ -25,7 +25,7 @@ in { }; packages = mkOption { - default = hp: []; + default = _hp: []; defaultText = "hp: []"; example = "hp: with hp; [ text lens ]"; description = '' |