README: Line break in inline code messes up rendering

This commit is contained in:
Tyson Whitehead
2018-02-07 10:36:28 -05:00
parent 33be90dd1e
commit 6f98376d7f

View File

@@ -135,9 +135,10 @@ Packages are added by creating an appropriate *pkgs/.../package.nix*
or, if additional patch files and such are required,
*pkgs/.../package/default.nix* expression, where `package` is a
placeholder for an appropriate name (e.g., `emacs`). This expression
is then assigned to an attribute by adding an `attribute = callPackage
...` line to *pkgs/all-packages.nix*, where `attribute` is replaced
with the attribute that will designate the package (e.g., `emacs`).
is then assigned to an attribute by adding an
`attribute = callPackage ...` line to *pkgs/all-packages.nix*, where
`attribute` is replaced with the attribute that will designate the
package (e.g., `emacs`).
The easiest way to create the nix expression, is to look through the
existing overlay expressions, find one that is suitably close to what