Remove column
All checks were successful
/ check (push) Successful in 2m2s

This commit is contained in:
Oliver Davies 2025-07-11 18:58:01 +01:00
parent 21bbb4a32e
commit d10157725f

View file

@ -3,10 +3,7 @@
pkgs.writeShellApplication {
name = "get-tags";
runtimeInputs = with pkgs; [
git
unixtools.column
];
runtimeInputs = with pkgs; [ git ];
text = ''
if [[ "$#" -gt 0 ]]; then