about summary refs log tree commit diff
path: root/machines/base.nix
diff options
context:
space:
mode:
Diffstat (limited to 'machines/base.nix')
-rwxr-xr-xmachines/base.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/machines/base.nix b/machines/base.nix
index a00f178..306fcaf 100755
--- a/machines/base.nix
+++ b/machines/base.nix
@@ -14,7 +14,7 @@
   environment.systemPackages = with pkgs; [
     wget vim curl htop file
     stdenv git zip unzip
-    dnsutils ripgrep jq
+    dnsutils ripgrep
     any-nix-shell fd fzf
     translate-shell
   ];