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.
pull/2107/head
Atemu 4 years ago committed by GitHub
parent fd5157998c
commit dda3e3c39a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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` |

Loading…
Cancel
Save