summary refs log tree commit diff
path: root/nixos/modules/hardware/ckb-next.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/hardware/ckb-next.nix')
-rw-r--r--nixos/modules/hardware/ckb-next.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hardware/ckb-next.nix b/nixos/modules/hardware/ckb-next.nix
index 6932be1c54c..b2bbd77c9d7 100644
--- a/nixos/modules/hardware/ckb-next.nix
+++ b/nixos/modules/hardware/ckb-next.nix
@@ -27,7 +27,7 @@ in
       package = mkOption {
         type = types.package;
         default = pkgs.ckb-next;
-        defaultText = "pkgs.ckb-next";
+        defaultText = literalExpression "pkgs.ckb-next";
         description = ''
           The package implementing the Corsair keyboard/mouse driver.
         '';