aboutsummaryrefslogtreecommitdiff
path: root/nixos/profiles/common
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2026-06-29 17:47:48 +0200
committerMartin Fischer <martin@push-f.com>2026-06-29 17:49:30 +0200
commitb6cc316d96504bc7d10dca9517be601a23c1e5b4 (patch)
treef1da89a1a356ae4442e52f7075be68b2cbad8478 /nixos/profiles/common
parentd8da5e5ff843aa23b12b66f67eaa63209b21f0b4 (diff)
feat: replace jq with yq and add it to common profileHEADmaster
yq also supports TOML. It should also be available on servers to filter web server logs.
Diffstat (limited to 'nixos/profiles/common')
-rw-r--r--nixos/profiles/common/basics.nix1
1 files changed, 1 insertions, 0 deletions
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;