docs: fix a couple of unmatched parentheses

This commit is contained in:
Kier Davis 2017-01-12 21:04:20 +00:00
parent 05bb3fe22e
commit cb4ebb6749
No known key found for this signature in database
GPG key ID: 8139C5FCEDA73ABF

View file

@ -35,7 +35,7 @@
pkgs = import <nixpkgs> {};
newpkgs = pkgs.overridePackages (self: super: {
foo = super.foo.override { ... };
};
});
in ...</programlisting>
</para>
@ -96,7 +96,7 @@
})</programlisting>
<programlisting>mypkg = pkgs.callPackage ./mypkg.nix {
mydep = pkgs.mydep.override { ... };
})</programlisting>
}</programlisting>
</para>
<para>