Skip to content

Commit c86e98b

Browse files
committed
use literalMD everywhere
1 parent 580a661 commit c86e98b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/sops/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ in {
221221
package = mkOption {
222222
type = types.package;
223223
default = (pkgs.callPackage ../.. {}).sops-install-secrets;
224-
defaultText = literalExpression "(pkgs.callPackage ../.. {}).sops-install-secrets";
224+
defaultText = literalMD "(pkgs.callPackage ../.. {}).sops-install-secrets";
225225
description = ''
226226
sops-install-secrets package to use.
227227
'';
@@ -233,7 +233,7 @@ in {
233233
if pkgs.stdenv.buildPlatform == pkgs.stdenv.hostPlatform
234234
then sops-install-secrets
235235
else (pkgs.pkgsBuildHost.callPackage ../.. {}).sops-install-secrets;
236-
defaultText = literalExpression "config.sops.package";
236+
defaultText = literalMD "config.sops.package";
237237

238238
description = ''
239239
sops-install-secrets package to use when validating configuration.

0 commit comments

Comments
 (0)