Merge pull request #21285 from mpickering/patch-1

Fix typo in beam.xml
This commit is contained in:
Pascal Wittmann
2016-12-19 16:23:32 +01:00
committed by GitHub

View File

@@ -248,7 +248,7 @@ $ nix-env -f "<nixpkgs>" -iA beamPackages.ibrowse
development. Many times we need to create a
<literal>shell.nix</literal> file and do our development inside
of the environment specified by that file. This file looks a lot
like the packageing described above. The main difference is that
like the packaging described above. The main difference is that
<literal>src</literal> points to project root and we call the
package directly.
</para>