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.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/hardware/freefall.nix b/nixos/modules/services/hardware/freefall.nix
index 2be339766069..066ccaa4d7cf 100644
--- a/nixos/modules/services/hardware/freefall.nix
+++ b/nixos/modules/services/hardware/freefall.nix
@@ -21,6 +21,7 @@ in {
     package = mkOption {
       type = types.package;
       default = pkgs.freefall;
+      defaultText = "pkgs.freefall";
       description = ''
         freefall derivation to use.
       '';