From 477686adb0cf21f2b7be40c7017d17222e0522d0 Mon Sep 17 00:00:00 2001 From: William McKinnon Date: Sun, 14 Apr 2024 18:52:22 -0400 Subject: [PATCH] added hwdata wlroots dependency --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 7af8fe82..f63e587c 100644 --- a/flake.nix +++ b/flake.nix @@ -49,6 +49,7 @@ nativeBuildInputs = with pkgs; [ cmake wayland-scanner + hwdata # for wlroots ]; # Copy the nix version of wlroots into the project shellHook = with pkgs; ''