diff options
| author | Martin Fischer <martin@push-f.com> | 2026-06-29 17:47:48 +0200 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2026-07-05 09:12:02 +0200 |
| commit | f39f2f96852de39af9fd37a5fa71e831e2dc5d47 (patch) | |
| tree | 40880eb7eab0ce75ad42db12d0863e63836b951f | |
| parent | b86d4c721ade9db5ac071eaa01d1a194614a7e34 (diff) | |
yq also supports TOML. It should also be
available on servers to filter web server logs.
| -rw-r--r-- | nixos/profiles/common/basics.nix | 1 | ||||
| -rw-r--r-- | nixos/profiles/workstation/dev.nix | 1 |
2 files changed, 1 insertions, 1 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; diff --git a/nixos/profiles/workstation/dev.nix b/nixos/profiles/workstation/dev.nix index dca56e4..693e5a3 100644 --- a/nixos/profiles/workstation/dev.nix +++ b/nixos/profiles/workstation/dev.nix @@ -13,7 +13,6 @@ # CLI tools docker-compose gnumake - jq pkgs-unstable.jujutsu just openssl |
