stylix: add jq to runtimeInputs (#782)

This commit is contained in:
LemmusLemmus 2025-01-20 21:31:13 +01:00 committed by GitHub
parent 51ad2cec11
commit 76b1f6eb1d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -160,6 +160,7 @@
runtimeInputs = with pkgs; [
nix
jq
parallel
];