about summary refs log tree commit diff
path: root/nixos/modules/services/hardware/freefall.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/hardware/freefall.nix')
-rw-r--r--nixos/modules/services/hardware/freefall.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/hardware/freefall.nix b/nixos/modules/services/hardware/freefall.nix
index 83f1e8c84f28..3f7b15924496 100644
--- a/nixos/modules/services/hardware/freefall.nix
+++ b/nixos/modules/services/hardware/freefall.nix
@@ -21,7 +21,7 @@ in {
     package = mkOption {
       type = types.package;
       default = pkgs.freefall;
-      defaultText = "pkgs.freefall";
+      defaultText = literalExpression "pkgs.freefall";
       description = ''
         freefall derivation to use.
       '';