Add jq to the base role.

This commit is contained in:
Tom Alexander
2025-11-24 20:29:35 -05:00
parent 606b952304
commit 8c223a066d

View File

@@ -59,6 +59,7 @@ in
nix-output-monitor # For better view into nixos-rebuild
nix-serve-ng # Serve nix store over http
cleanup_temporary_files
jq
];
};
}