From ffc718f15430274d236c564ef8474333aaa0bcd4 Mon Sep 17 00:00:00 2001 From: Maximilian Bosch Date: Tue, 20 Aug 2024 14:06:57 +0200 Subject: [PATCH] module: fix options.json rendering again --- module.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/module.nix b/module.nix index 8a333a0..c9feff1 100644 --- a/module.nix +++ b/module.nix @@ -27,6 +27,7 @@ in Useful when the config's kernel won't boot in the image-builder. ''; default = pkgs; + defaultText = lib.literalExpression "pkgs"; example = lib.literalExpression "pkgs"; }; imageBuilderKernelPackages = lib.mkOption {