1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2024-12-14 11:57:52 +00:00

remove all uses of lib.mdDoc (#532)

This commit is contained in:
Joachim Ernst 2024-04-15 11:55:09 +02:00 committed by GitHub
parent 226062b47f
commit cc535d07cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -218,7 +218,7 @@ in {
useTmpfs = lib.mkOption {
type = lib.types.bool;
default = false;
description = lib.mdDoc ''
description = ''
Use tmpfs in place of ramfs for secrets storage.
*WARNING*