diff options
author | William McKinnon <[email protected]> | 2024-04-14 18:52:22 -0400 |
---|---|---|
committer | William McKinnon <[email protected]> | 2024-04-14 18:52:22 -0400 |
commit | 477686adb0cf21f2b7be40c7017d17222e0522d0 (patch) | |
tree | dcd5da5e2c4b964867938fc3e0951cfe41329236 /flake.nix | |
parent | 167a4ea0aec93d51e4c606ffdbe3a195d12da6e3 (diff) |
added hwdata wlroots dependency
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; '' |