We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4c1ca commit 754e880Copy full SHA for 754e880
README.md
@@ -113,6 +113,17 @@ scoop install gitui
113
choco install gitui
114
```
115
116
+### [Nix](https://search.nixos.org/packages?channel=unstable&show=gitui&from=0&size=50&sort=relevance&query=gitui) (Nix/NixOS)
117
+
118
+Nixpkg
119
+```
120
+nix-env -iA nixpkgs.gitui
121
122
+NixOS
123
124
+nix-env -iA nixos.gitui
125
126
127
## Release Binaries
128
129
[Available for download in releases](https://github.com/extrawurst/gitui/releases)
0 commit comments