From b6cc316d96504bc7d10dca9517be601a23c1e5b4 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Mon, 29 Jun 2026 17:47:48 +0200 Subject: feat: replace jq with yq and add it to common profile yq also supports TOML. It should also be available on servers to filter web server logs. --- nixos/profiles/common/basics.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/profiles/common') diff --git a/nixos/profiles/common/basics.nix b/nixos/profiles/common/basics.nix index 7bd7125..0759aed 100644 --- a/nixos/profiles/common/basics.nix +++ b/nixos/profiles/common/basics.nix @@ -12,6 +12,7 @@ tree # TODO: use a tree alternative that understands .gitignore wget + yq-go ]; users.defaultUserShell = pkgs.zsh; -- cgit v1.3.1