From 9a7b99bdb24d99e52f240be91046435536450b81 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Wed, 8 Dec 2021 16:43:12 +0100 Subject: [PATCH] add jq to common tools --- roles/common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/common.nix b/roles/common.nix index 994c114..2bca1fc 100644 --- a/roles/common.nix +++ b/roles/common.nix @@ -45,5 +45,6 @@ smartmontools nmap ripgrep + jq ]; }