From d10157725f96f4cd598a1f6025f8d02c23040823 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Fri, 11 Jul 2025 18:58:01 +0100 Subject: [PATCH] Remove column --- packages/get-tags.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/packages/get-tags.nix b/packages/get-tags.nix index b05a6643..ac27898d 100755 --- a/packages/get-tags.nix +++ b/packages/get-tags.nix @@ -3,10 +3,7 @@ pkgs.writeShellApplication { name = "get-tags"; - runtimeInputs = with pkgs; [ - git - unixtools.column - ]; + runtimeInputs = with pkgs; [ git ]; text = '' if [[ "$#" -gt 0 ]]; then