about summary refs log tree commit diff
path: root/nixos/modules/services/hardware/joycond.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/hardware/joycond.nix')
-rw-r--r--nixos/modules/services/hardware/joycond.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/hardware/joycond.nix b/nixos/modules/services/hardware/joycond.nix
index f4da00762a43..1af18b3b63d3 100644
--- a/nixos/modules/services/hardware/joycond.nix
+++ b/nixos/modules/services/hardware/joycond.nix
@@ -14,7 +14,7 @@ with lib;
     package = mkOption {
       type = types.package;
       default = pkgs.joycond;
-      defaultText = "pkgs.joycond";
+      defaultText = lib.literalExpression "pkgs.joycond";
       description = lib.mdDoc ''
         The joycond package to use.
       '';