From 8e72e4585ede250987539fee43ad48afe87d4fc0 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sat, 19 Oct 2024 12:29:01 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20lix=20can=20sometimes=E2=80=A6=20have?= =?UTF-8?q?=20no=20patch!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raito Bezarius --- modules/lix-bug-details-pls/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lix-bug-details-pls/default.nix b/modules/lix-bug-details-pls/default.nix index eca78a5..4574516 100644 --- a/modules/lix-bug-details-pls/default.nix +++ b/modules/lix-bug-details-pls/default.nix @@ -12,7 +12,7 @@ nixpkgs.overlays = [ (final: prev: { lix = prev.lix.overrideAttrs (old: { - patches = old.patches ++ [ + patches = (old.patches or [ ]) ++ [ ./0001-wip-complain-about-failing-goals-at-warn-level.patch ]; });