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:
Farid Zakaria 2020-07-21 04:59:18 -07:00 committed by GitHub
parent c402d6275e
commit 45fe75ebe4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) -