summary refs log tree commit diff
path: root/nixos/modules/programs/htop.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/htop.nix')
-rw-r--r--nixos/modules/programs/htop.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/htop.nix b/nixos/modules/programs/htop.nix
index 521287f9352..2682ced490c 100644
--- a/nixos/modules/programs/htop.nix
+++ b/nixos/modules/programs/htop.nix
@@ -20,7 +20,7 @@ in
     package = mkOption {
       type = types.package;
       default = pkgs.htop;
-      defaultText = "pkgs.htop";
+      defaultText = lib.literalExpression "pkgs.htop";
       description = lib.mdDoc ''
         The htop package that should be used.
       '';