diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-04-07 19:38:55 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-04-07 19:38:55 +0200 |
commit | 5996fb09c543840950e4bd40e3bfde9afb54819f (patch) | |
tree | 9b5e4815c24d43ba34567bdbf8b28e92b7c26a1c | |
parent | f057a724dd57be73d705ae20f06ab270bb67e666 (diff) | |
download | dirty-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.md | 1 |
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` |
40 | is a [nix](https://nixos.org/nix) expression allowing easy installation using the nix package manager. | 40 | is a [nix](https://nixos.org/nix) expression allowing easy installation using the nix package manager. |
41 | A `~/.nixpkgs/config.nix` allowing one to do so might look thus: | 41 | A `~/.nixpkgs/config.nix` allowing one to do so might look thus: |
42 | |||
42 | ~~~ {.numberLines} | 43 | ~~~ {.numberLines} |
43 | { | 44 | { |
44 | packageOverrides = pkgs: { | 45 | packageOverrides = pkgs: { |