diff options
author | Linnnus <[email protected]> | 2024-07-06 22:36:44 +0200 |
---|---|---|
committer | Linnnus <[email protected]> | 2024-07-06 22:36:44 +0200 |
commit | 654ebbc4af3285c484df3f2ec7a34646cc18ef36 (patch) | |
tree | eb9a78b8122def52571163a6cfc952d949bd5e6b | |
parent | dd989dbb656c8659a7fce54ca1714d3608e41557 (diff) |
common: Add jq utility
-rw-r--r-- | hosts/common.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/common.nix b/hosts/common.nix index 3789fb2..fec163d 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -40,6 +40,7 @@ curl moreutils flakeInputs.agenix.packages.${system}.default + jq ]; # Aliases that are burned into my muscle memory. |