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,
|
or, if additional patch files and such are required,
|
||||||
*pkgs/.../package/default.nix* expression, where `package` is a
|
*pkgs/.../package/default.nix* expression, where `package` is a
|
||||||
placeholder for an appropriate name (e.g., `emacs`). This expression
|
placeholder for an appropriate name (e.g., `emacs`). This expression
|
||||||
is then assigned to an attribute by adding an `attribute = callPackage
|
is then assigned to an attribute by adding an
|
||||||
...` line to *pkgs/all-packages.nix*, where `attribute` is replaced
|
`attribute = callPackage ...` line to *pkgs/all-packages.nix*, where
|
||||||
with the attribute that will designate the package (e.g., `emacs`).
|
`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
|
The easiest way to create the nix expression, is to look through the
|
||||||
existing overlay expressions, find one that is suitably close to what
|
existing overlay expressions, find one that is suitably close to what
|
||||||
|
|||||||
Reference in New Issue
Block a user