From 347978bed99a284521966534a1c7a69b19ee90df Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 27 Jul 2023 13:28:24 +0200 Subject: [PATCH] Use right file --- overlays/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/default.nix b/overlays/default.nix index 44d44b7..a761a9e 100644 --- a/overlays/default.nix +++ b/overlays/default.nix @@ -23,7 +23,7 @@ libadwaita = super.libadwaita.overrideAttrs (old: { patches = (old.patches or []) ++ [ - ./patches/adwaita-theming-support.patch + ../patches/adwaita-theming-support.patch ]; doCheck = false; });