README: Line break in inline code messes up rendering
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user