summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam McKinnon <[email protected]>2024-04-14 18:52:22 -0400
committerWilliam McKinnon <[email protected]>2024-04-14 18:52:22 -0400
commit477686adb0cf21f2b7be40c7017d17222e0522d0 (patch)
treedcd5da5e2c4b964867938fc3e0951cfe41329236
parent167a4ea0aec93d51e4c606ffdbe3a195d12da6e3 (diff)
added hwdata wlroots dependency
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
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; ''