Nix: add jq

This commit is contained in:
Mihai Fufezan 2023-01-06 16:31:57 +02:00
parent a54247125f
commit f3551021e0
No known key found for this signature in database
GPG key ID: 5899325F2F120900

View file

@ -9,6 +9,7 @@
cairo, cairo,
git, git,
hyprland-protocols, hyprland-protocols,
jq,
libdrm, libdrm,
libinput, libinput,
libxcb, libxcb,
@ -51,6 +52,7 @@ in
}; };
nativeBuildInputs = [ nativeBuildInputs = [
jq
meson meson
ninja ninja
pkg-config pkg-config