From bdbd13be4014dd593ef857b03dcd52edc6e43756 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 5 Mar 2024 13:43:20 -0600 Subject: [PATCH] add yq --- home/features/cli/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/features/cli/default.nix b/home/features/cli/default.nix index b4c3b27..ebc5821 100644 --- a/home/features/cli/default.nix +++ b/home/features/cli/default.nix @@ -28,6 +28,7 @@ rsync # Remote sync tldr # TLDR pages unzip # unzip it + yq # YAML pretty printer and manipulator zip # zip it ]; }