mirror of
https://github.com/nix-community/comma.git
synced 2026-01-16 03:08:30 +01:00
Comma runs software without installing it. [maintainers=@Artturin,@burke,@DavHau]
| .github | ||
| src | ||
| .envrc | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| default.nix | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
| shell.nix | ||
comma
Comma runs software without installing it.
Basically it just wraps together nix shell -c 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.
Installation
-
Nix with Flakes:
$ nix profile install github:nix-community/comma -
No flakes:
$ nix-env -i -f "https://github.com/nix-community/comma/archive/master.tar.gz"
Usage
, cowsay neato