summary refs log tree commit diff
path: root/doc/using
diff options
context:
space:
mode:
authorNaïm Favier <n@monade.li>2022-12-21 21:45:00 +0100
committerNaïm Favier <n@monade.li>2022-12-27 17:13:49 +0100
commite9e65810aca80e38dbc36f59a4400cfd5defaf82 (patch)
treeda56e050544841ae81b5df01d6c483235b5edbc0 /doc/using
parentd11832fd96ec146fc57ad11ec71dda7c0a2dee9c (diff)
doc,nixos/doc: unescape double quotes
Leftovers from the CommonMark conversion.
Diffstat (limited to 'doc/using')
-rw-r--r--doc/using/configuration.chapter.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/using/configuration.chapter.md b/doc/using/configuration.chapter.md
index 0391af0f1760b..e657cb21c2959 100644
--- a/doc/using/configuration.chapter.md
+++ b/doc/using/configuration.chapter.md
@@ -73,7 +73,7 @@ There are also two ways to try compiling a package which has been marked as unsu
     }
     ```
 
-The difference between a package being unsupported on some system and being broken is admittedly a bit fuzzy. If a program *ought* to work on a certain platform, but doesn't, the platform should be included in `meta.platforms`, but marked as broken with e.g.  `meta.broken = !hostPlatform.isWindows`. Of course, this begs the question of what \"ought\" means exactly. That is left to the package maintainer.
+The difference between a package being unsupported on some system and being broken is admittedly a bit fuzzy. If a program *ought* to work on a certain platform, but doesn't, the platform should be included in `meta.platforms`, but marked as broken with e.g.  `meta.broken = !hostPlatform.isWindows`. Of course, this begs the question of what "ought" means exactly. That is left to the package maintainer.
 
 ## Installing unfree packages {#sec-allow-unfree}