about summary refs log tree commit diff
path: root/nixos/modules/programs/flexoptix-app.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/flexoptix-app.nix')
-rw-r--r--nixos/modules/programs/flexoptix-app.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/flexoptix-app.nix b/nixos/modules/programs/flexoptix-app.nix
index 93dcdfeb51473..5e169be2d8933 100644
--- a/nixos/modules/programs/flexoptix-app.nix
+++ b/nixos/modules/programs/flexoptix-app.nix
@@ -13,7 +13,7 @@ in {
         description = "FLEXOPTIX app package to use";
         type = types.package;
         default = pkgs.flexoptix-app;
-        defaultText = "\${pkgs.flexoptix-app}";
+        defaultText = literalExpression "pkgs.flexoptix-app";
       };
     };
   };