From e96ab11f1abe0fe8d30b7ca4174713d863dac84d Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Mon, 2 Sep 2024 14:11:58 +0200 Subject: [PATCH] fix: add patch for xdg-desktop-portal-hyperland --- patches/default.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/patches/default.nix b/patches/default.nix index ffcd441..40ae430 100644 --- a/patches/default.nix +++ b/patches/default.nix @@ -1 +1,9 @@ -{ } +{ + "nixos-unstable" = [ + { + # xdg-desktop-portal-hyprland: fix build + id = "338836"; + hash = "sha256-JKuzftI1X7sFT2raEC9UOf4feGdS8bg5uG2r8TMtFag="; + } + ]; +}