Add 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.

https://github.com/nix-community/comma
This commit is contained in:
Oliver Davies 2025-06-12 08:51:14 +01:00
parent 10a0c3d3a0
commit 4af6cb9893

View file

@ -22,6 +22,7 @@ with lib;
++ optional config.cli.podman.enable "podman"; ++ optional config.cli.podman.enable "podman";
packages = with pkgs; [ packages = with pkgs; [
comma
qrencode qrencode
]; ];