mirror of
https://github.com/nix-community/awesome-nix
synced 2024-11-10 07:44:13 +00:00
Add comma (#34)
Super useful tool and a neat combination showing the power of Nix. > Comma runs software without installing it. > > Basically it just wraps together nix run and nix-index. > You stick a , in front of a command to run it from whatever location > it happens to occupy in nixpkgs without really thinking about it. https://github.com/Shopify/comma
This commit is contained in:
parent
c402d6275e
commit
45fe75ebe4
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
|||
|
||||
## Command-line tools
|
||||
|
||||
* [comma](https://github.com/Shopify/comma) - Quickly run any binary; wraps together `nix run` and `nix-index`.
|
||||
* [nix-diff](https://github.com/Gabriel439/nix-diff) -
|
||||
Explain why two Nix derivations differ.
|
||||
* [nix-index](https://github.com/bennofs/nix-index) -
|
||||
|
|
Loading…
Reference in a new issue