summary refs log tree commit diff
path: root/nixos/modules/services/web-apps/whitebophir.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/web-apps/whitebophir.nix')
-rw-r--r--nixos/modules/services/web-apps/whitebophir.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/web-apps/whitebophir.nix b/nixos/modules/services/web-apps/whitebophir.nix
index b265296d5c1..f9db6fe379b 100644
--- a/nixos/modules/services/web-apps/whitebophir.nix
+++ b/nixos/modules/services/web-apps/whitebophir.nix
@@ -11,7 +11,7 @@ in {
 
       package = mkOption {
         default = pkgs.whitebophir;
-        defaultText = "pkgs.whitebophir";
+        defaultText = literalExpression "pkgs.whitebophir";
         type = types.package;
         description = "Whitebophir package to use.";
       };