summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2015-04-07 19:38:55 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2015-04-07 19:38:55 +0200
commit5996fb09c543840950e4bd40e3bfde9afb54819f (patch)
tree9b5e4815c24d43ba34567bdbf8b28e92b7c26a1c
parentf057a724dd57be73d705ae20f06ab270bb67e666 (diff)
downloaddirty-haskell.org-5996fb09c543840950e4bd40e3bfde9afb54819f.tar
dirty-haskell.org-5996fb09c543840950e4bd40e3bfde9afb54819f.tar.gz
dirty-haskell.org-5996fb09c543840950e4bd40e3bfde9afb54819f.tar.bz2
dirty-haskell.org-5996fb09c543840950e4bd40e3bfde9afb54819f.tar.xz
dirty-haskell.org-5996fb09c543840950e4bd40e3bfde9afb54819f.zip
codeblock fix
-rw-r--r--posts/pwutil.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/posts/pwutil.md b/posts/pwutil.md
index 61a3823..d03126b 100644
--- a/posts/pwutil.md
+++ b/posts/pwutil.md
@@ -39,6 +39,7 @@ pwutil
39### `pwutil.nix` 39### `pwutil.nix`
40is a [nix](https://nixos.org/nix) expression allowing easy installation using the nix package manager. 40is a [nix](https://nixos.org/nix) expression allowing easy installation using the nix package manager.
41A `~/.nixpkgs/config.nix` allowing one to do so might look thus: 41A `~/.nixpkgs/config.nix` allowing one to do so might look thus:
42
42~~~ {.numberLines} 43~~~ {.numberLines}
43{ 44{
44 packageOverrides = pkgs: { 45 packageOverrides = pkgs: {