aboutsummaryrefslogtreecommitdiffhomepage
path: root/nix
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-04-20 13:25:29 +0100
committerGitHub <[email protected]>2024-04-20 13:25:29 +0100
commitea954494024cb596aaf9a40c77c3e0fcaf0e0322 (patch)
tree8c35d1e5265608c7c2ec4f88eba66a79709466d1 /nix
parent5c97b96278da672405527b84019ab50395a9f74f (diff)
downloadHyprland-ea954494024cb596aaf9a40c77c3e0fcaf0e0322.tar.gz
Hyprland-ea954494024cb596aaf9a40c77c3e0fcaf0e0322.zip
core: Move tearing to hyprwayland-scanner (#5657)
Adds a new dependency: hyprwayland-scanner https://github.com/hyprwm/hyprwayland-scanner --------- Co-authored-by: Mihai Fufezan <[email protected]>
Diffstat (limited to 'nix')
-rw-r--r--nix/default.nix2
-rw-r--r--nix/overlays.nix1
2 files changed, 3 insertions, 0 deletions
diff --git a/nix/default.nix b/nix/default.nix
index a7679672..2d86366a 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -12,6 +12,7 @@
hyprcursor,
hyprland-protocols,
hyprlang,
+ hyprwayland-scanner,
jq,
libGL,
libdrm,
@@ -86,6 +87,7 @@ in
'';
nativeBuildInputs = [
+ hyprwayland-scanner
jq
makeWrapper
meson
diff --git a/nix/overlays.nix b/nix/overlays.nix
index 97e66912..fe5a5ed6 100644
--- a/nix/overlays.nix
+++ b/nix/overlays.nix
@@ -24,6 +24,7 @@ in {
inputs.hyprcursor.overlays.default
inputs.hyprland-protocols.overlays.default
inputs.hyprlang.overlays.default
+ inputs.hyprwayland-scanner.overlays.default
self.overlays.wlroots-hyprland
self.overlays.udis86
# Hyprland packages themselves