From 28114011701c86078d78479dc01e12207277ea4f Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Wed, 12 Jul 2023 12:53:12 +0200 Subject: [PATCH] Use super --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ed93f5b..955f86a 100644 --- a/flake.nix +++ b/flake.nix @@ -79,7 +79,7 @@ }); libadwaita = super.libadwaita.overrideAttrs (old: { patches = (old.patches or []) ++ [ - (pkgs.fetchpatch { + (super.fetchpatch { name = "adwaita-theming-support.diff"; url = "https://aur.archlinux.org/cgit/aur.git/plain/theming_patch.diff?h=libadwaita-without-adwaita-git"; hash = "";