Add jq
Eelco Dolstra committed
Aug 24, 2023 at 13:08 UTC
429ec9bedee72fdb2ad196d872f9b8dfada881b6
1 file changed
+3
modules/common.nix
+3
@@ -21,6 +21,9 @@ with lib;
21
[ pkgs.emacs
22
pkgs.git
23
pkgs.gdb
24
+
25
+ # jq is required by numtide/terraform-deploy-nixos-flakes.
26
+ pkgs.jq
27
];
28
29
services.sshd.enable = true;