common: add jq to systemPackages
jq was only ever on the `path` of the units that call it, so it was absent from an interactive shell — which made the hook-migration commands in the README unrunnable on the host they target. It is a general-purpose tool and every host already carries curl, so it belongs alongside it rather than being pulled in per-unit. Also simplifies those README commands now that jq is present, and uses mars's existing `hermes` alias instead of spelling out the podman exec. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01S94o42aQ8VkBmEWvDem5xa
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@
|
||||
options = "--delete-older-than 30d";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [ git btop tmux curl wget zsh-powerlevel10k lsd ];
|
||||
environment.systemPackages = with pkgs; [ git btop tmux curl wget zsh-powerlevel10k lsd jq ];
|
||||
|
||||
# ---- home-manager (user-level config for darman, all hosts) ----
|
||||
# Requires home-manager.nixosModules.home-manager in the host's own
|
||||
|
||||
Reference in New Issue
Block a user