diff options
-rw-r--r-- | nix/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nix/default.nix b/nix/default.nix index 8cd0350f..c45969f4 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -9,6 +9,7 @@ cairo, git, hyprland-protocols, + jq, libdrm, libinput, libxcb, @@ -51,6 +52,7 @@ in }; nativeBuildInputs = [ + jq meson ninja pkg-config |