mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 04:15:48 +02:00
Add NixOs installation instructions to README.md (#3249)
Extend README.md with instructions on how to try and install the lazygit on NixOs.
This commit is contained in:
commit
fadc2893d2
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -345,6 +345,20 @@ sudo zypper ar https://download.opensuse.org/repositories/devel:/languages:/go/$
|
|||
sudo zypper ref && sudo zypper in lazygit
|
||||
```
|
||||
|
||||
### NixOs
|
||||
|
||||
On NixOs lazygit is packaged with nix and distributed via nixpkgs.
|
||||
You can try the lazygit without installing it with:
|
||||
|
||||
```sh
|
||||
nix-shell -p lazygit
|
||||
# or with flakes enabled
|
||||
nix run nixpkgs#lazygit
|
||||
```
|
||||
|
||||
Or you can add lazygit to you configuration.nix in the environment.systemPackages section.
|
||||
More details can be found via NixOs search [page](https://search.nixos.org/).
|
||||
|
||||
### FreeBSD
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue