about summary refs log tree commit diff
path: root/modules/common/documentation.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/common/documentation.nix')
-rw-r--r--modules/common/documentation.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/common/documentation.nix b/modules/common/documentation.nix
index 33e767c..f9e0fcb 100644
--- a/modules/common/documentation.nix
+++ b/modules/common/documentation.nix
@@ -5,7 +5,6 @@
   this,
   ...
 }:
-with lib;
 {
   config = {
     hm.manual = {
@@ -34,7 +33,7 @@ with lib;
 
     environment.variables = {
       MANOPT = "--no-hyphenation";
-      MANPAGER = "${getExe pkgs.less} -+F";
+      MANPAGER = "${lib.getExe pkgs.less} -+F";
     };
   };
 }

Consider giving Nix/NixOS a try! <3