diff options
-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: { |