Merge pull request #421 from mgttlinger/nix-install

Documented nix availability
This commit is contained in:
Benjamin Sago 2018-10-08 02:34:59 +01:00 committed by GitHub
commit 7f8e999477
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,6 +92,11 @@ or:
[Formulae](https://github.com/Homebrew/homebrew-core/blob/master/Formula/exa.rb)
### Nix
`exa` is also installable through [the derivation](https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/misc/exa/default.nix) using the [nix package manager](https://nixos.org/nix/) by running:
nix-env -i exa
## Testing with Vagrant