From 0b663f49e676646d3a777a5b5a6684a71861ac40 Mon Sep 17 00:00:00 2001 From: FabricSoul Date: Tue, 29 Jul 2025 19:24:05 -0400 Subject: [PATCH] add wayland-scanner dependency --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index ba35385..31d029a 100644 --- a/flake.nix +++ b/flake.nix @@ -22,6 +22,7 @@ nativeBuildInputs = with pkgs; [ pkg-config wayland # Provides the 'wayland-scanner' tool + wayland-scanner ]; # Add the necessary build dependencies for dwl buildInputs = with pkgs; [