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:
parent
10a0c3d3a0
commit
4af6cb9893
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ with lib;
|
|||
++ optional config.cli.podman.enable "podman";
|
||||
|
||||
packages = with pkgs; [
|
||||
comma
|
||||
qrencode
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue