From f662948fc499ed2085041cfc28ec9e52403de5ad Mon Sep 17 00:00:00 2001 From: Charles Hall Date: Tue, 26 Sep 2023 09:19:04 -0700 Subject: [PATCH] doc: don't give nix users bad advice See [here][0]. Plus `nix profile` and imperative package management in general is usually the wrong thing to do when using Nix. Nix users should be able to reference existing documentation for how to install things; this repository should simply say where it's packaged and leave it up to the user to decide how they want to install it. [0]: https://stop-using-nix-env.privatevoid.net/ --- README.md | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 3cd237215..8932332fd 100644 --- a/README.md +++ b/README.md @@ -121,19 +121,8 @@ sudo apt install -y eza [![nixpkgs unstable package](https://repology.org/badge/version-for-repo/nix_unstable/eza.svg)](https://repology.org/project/eza/versions) -Eza is available from [Nixpkgs](https://github.com/NixOS/nixpkgs). - -For `nix profile` users: - -```shell -nix profile install nixpkgs#eza -``` - -For `nix-env` users: - -```shell -nix-env -i eza -``` +Eza is available from [Nixpkgs](https://github.com/NixOS/nixpkgs) and from the +flake in this repository. ### Gentoo