From a23d372d1f350778bfff0418189aea5e4817703f Mon Sep 17 00:00:00 2001 From: Christopher Allen Lane Date: Wed, 6 Jul 2022 08:11:42 -0400 Subject: [PATCH] docs(INSTALLING): `nix` link Update the `nix` package information. --- INSTALLING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALLING.md b/INSTALLING.md index 1d44940..7f85bf4 100644 --- a/INSTALLING.md +++ b/INSTALLING.md @@ -39,7 +39,7 @@ Package manager | Installing ---------------- | ----------- [brew][] | `brew install cheat` [docker][] | `alias cheat='docker run --rm bannmann/docker-cheat'` -[nix][] | `nix-env --install cheat` +[nix][] | `nix-env -iA nixos.cheat` [snap][] | `snap install cheat` @@ -71,7 +71,7 @@ export CHEAT_CONFIG_PATH="~/.dotfiles/cheat/conf.yml" [cheatpaths]: README.md#cheatpaths [community]: https://github.com/cheat/cheatsheets/ [docker]: https://github.com/bannmann/docker-cheat -[nix]: https://pkgs.on-nix.com/nixpkgs/cheat/ +[nix]: https://search.nixos.org/packages?channel=unstable&show=cheat&from=0&size=50&sort=relevance&type=packages&query=cheat [pacman]: # [releases]: https://github.com/cheat/cheat/releases [snap]: https://snapcraft.io/cheat