diff --git a/nix/default.nix b/nix/default.nix index 86fd610..8a00e4f 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -36,7 +36,6 @@ stdenv.mkDerivation { cmake hyprwayland-scanner pkg-config - wayland-scanner ]; buildInputs = [ @@ -53,6 +52,7 @@ stdenv.mkDerivation { udev wayland wayland-protocols + wayland-scanner ]; outputs = ["out" "dev"];