From 6f98376d7f4e6d0e9f185a83c2c471ad79aa900b Mon Sep 17 00:00:00 2001 From: Tyson Whitehead Date: Wed, 7 Feb 2018 10:36:28 -0500 Subject: [PATCH] README: Line break in inline code messes up rendering --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af2d6d4..56cc0c6 100644 --- a/README.md +++ b/README.md @@ -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