about summary refs log tree commit diff
path: root/nixpkgs/nixos/modules/services/hardware/evscript.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/nixos/modules/services/hardware/evscript.nix')
-rw-r--r--nixpkgs/nixos/modules/services/hardware/evscript.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/nixos/modules/services/hardware/evscript.nix b/nixpkgs/nixos/modules/services/hardware/evscript.nix
index 5f5f511013c7..4736f088bfd8 100644
--- a/nixpkgs/nixos/modules/services/hardware/evscript.nix
+++ b/nixpkgs/nixos/modules/services/hardware/evscript.nix
@@ -13,6 +13,7 @@ in
         description = "evscript package to use for the evscript service";
         type = types.package;
         default = pkgs.evscript;
+        defaultText = literalExpression "pkgs.evscript";
       };
 
       devices = mkOption {