about summary refs log tree commit diff
path: root/nixos/modules/programs/wireshark.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/wireshark.nix')
-rw-r--r--nixos/modules/programs/wireshark.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/wireshark.nix b/nixos/modules/programs/wireshark.nix
index 819f15b98a05..f7b0727cb2b3 100644
--- a/nixos/modules/programs/wireshark.nix
+++ b/nixos/modules/programs/wireshark.nix
@@ -19,7 +19,7 @@ in {
       package = mkOption {
         type = types.package;
         default = pkgs.wireshark-cli;
-        defaultText = "pkgs.wireshark-cli";
+        defaultText = literalExpression "pkgs.wireshark-cli";
         description = ''
           Which Wireshark package to install in the global environment.
         '';