README: Correct Nix distro support (#2051)

Nix can be installed on (almost) any Linux distro and on macOS.

See https://nixos.org/nix/ for more information.
This commit is contained in:
Atemu 2020-07-05 08:29:43 +02:00 committed by GitHub
parent fd5157998c
commit dda3e3c39a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
| APT | Debian 9+/Ubuntu 19.10+ | `sudo apt-get install fzf` |
| Conda | | `conda install -c conda-forge fzf` |
| DNF | Fedora | `sudo dnf install fzf` |
| Nix | NixOS | `nix-env -iA nixpkgs.fzf` |
| Nix | NixOS, etc. | `nix-env -iA nixpkgs.fzf` |
| Pacman | Arch Linux | `sudo pacman -S fzf` |
| pkg | FreeBSD | `pkg install fzf` |
| pkg_add | OpenBSD | `pkg_add fzf` |