README: add NixOS/Nix installation instructions (#197)

This commit is contained in:
Simone Ragusa
2021-04-23 08:13:24 +02:00
committed by GitHub
parent d271e916cf
commit 7a55783693

View File

@@ -154,4 +154,10 @@ On all supported versions of FreeBSD, you can build the security/age port or use
pkg install age
```
On NixOS, or via Nix, you can install age using:
```
nix-env -i age
```
Help from new packagers is very welcome.