From 0429f2e538f3f4be9fed3d36005bb5aa9f9b696e Mon Sep 17 00:00:00 2001 From: LemmusLemmus <63229554+LemmusLemmus@users.noreply.github.com> Date: Sun, 19 Jan 2025 23:23:49 +0100 Subject: [PATCH] stylix: add jq to runtimeInputs --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 93be8cfe..786a7b1c 100644 --- a/flake.nix +++ b/flake.nix @@ -160,6 +160,7 @@ runtimeInputs = with pkgs; [ nix + jq parallel ];