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