Include install instructions for nix (#152)

This commit is contained in:
Yannik Sander 2020-03-13 15:55:20 +01:00 committed by GitHub
parent d18e21dbd0
commit 25e1ad687d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,14 @@ If you are running Arch Linux, you can install the [act](https://aur.archlinux.o
```yay -S act```
If you are using NixOS or the Nix package manager on another platform you can install act globally by running
```nix-env -iA nixpkgs.act```
or in a shell by running
```nix-shell -p act```
# Commands
```