about summary refs log tree commit diff
path: root/nixos/modules/programs/firejail.nix
diff options
context:
space:
mode:
authorpennae <github@quasiparticle.net>2022-08-03 22:46:41 +0200
committerpennae <github@quasiparticle.net>2022-08-03 22:46:41 +0200
commit61e93df1891972bae3e0c97a477bd44e8a477aa0 (patch)
tree4285c1d22db537fb02baf1e978eb4434b0276b0c /nixos/modules/programs/firejail.nix
parent645cfa59ac5690187eac40ef2ac67381668acecc (diff)
downloadnixlib-61e93df1891972bae3e0c97a477bd44e8a477aa0.tar
nixlib-61e93df1891972bae3e0c97a477bd44e8a477aa0.tar.gz
nixlib-61e93df1891972bae3e0c97a477bd44e8a477aa0.tar.bz2
nixlib-61e93df1891972bae3e0c97a477bd44e8a477aa0.tar.lz
nixlib-61e93df1891972bae3e0c97a477bd44e8a477aa0.tar.xz
nixlib-61e93df1891972bae3e0c97a477bd44e8a477aa0.tar.zst
nixlib-61e93df1891972bae3e0c97a477bd44e8a477aa0.zip
nixos/*: automatically convert option docs to MD
once again using nix-doc-munge (https://github.com/pennae/nix-doc-munge/commit/69d080323ae27c0d8da3967c62b925a9aedb2828)
Diffstat (limited to 'nixos/modules/programs/firejail.nix')
-rw-r--r--nixos/modules/programs/firejail.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/programs/firejail.nix b/nixos/modules/programs/firejail.nix
index b9a0f9a69113..417eff91d3c7 100644
--- a/nixos/modules/programs/firejail.nix
+++ b/nixos/modules/programs/firejail.nix
@@ -69,12 +69,12 @@ in {
           };
         }
       '';
-      description = ''
+      description = lib.mdDoc ''
         Wrap the binaries in firejail and place them in the global path.
 
         You will get file collisions if you put the actual application binary in
         the global environment (such as by adding the application package to
-        <literal>environment.systemPackages</literal>), and applications started via
+        `environment.systemPackages`), and applications started via
         .desktop files are not wrapped if they specify the absolute path to the
         binary.
       '';