comma

Run any binary from nixpkgs without installing it, using a , prefix. Wraps nix shell + nix-index to locate and execute the right package on the fly.

, cowsay hello
, ffmpeg -i input.mp4 output.webm

Requires nix-index to be populated first (nix-index or via nix-index-database).