From fddfe67ade2dc843e66ec4819165b021eaee66e5 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Fri, 8 Nov 2024 08:19:51 -0500 Subject: [PATCH] Use correct version of yq --- modules/home-manager/common/all-cli.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/common/all-cli.nix b/modules/home-manager/common/all-cli.nix index 9c7fda1..5d98099 100644 --- a/modules/home-manager/common/all-cli.nix +++ b/modules/home-manager/common/all-cli.nix @@ -49,7 +49,7 @@ in { vimv watch wget - yq + yq-go ]; home.sessionVariables = { CLICLOLOR = 1;