Fix up Nix installation instructions (#7891)

This commit is contained in:
Hermann Stanew 2023-08-24 18:30:55 +02:00 committed by GitHub
parent bb42fa07aa
commit fd7f987e58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -197,10 +197,10 @@ kiss b github-cli && kiss i github-cli
### Nix/NixOS
Nix/NixOS users can install from [nixpkgs](https://search.nixos.org/packages?show=gitAndTools.gh&query=gh&from=0&size=30&sort=relevance&channel=20.03#disabled):
Nix/NixOS users can install from [nixpkgs](https://search.nixos.org/packages?query=gh&sort=relevance&show=gh):
```bash
nix-env -iA nixos.gitAndTools.gh
nix-env -iA nixos.gh
```
### openSUSE Tumbleweed