diff options
Diffstat (limited to 'overlays')
-rw-r--r-- | overlays/cgit-pink/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/cgit-pink/default.nix b/overlays/cgit-pink/default.nix index ba62b718..6885f1ac 100644 --- a/overlays/cgit-pink/default.nix +++ b/overlays/cgit-pink/default.nix @@ -1,5 +1,5 @@ self: super: { cgit-pink = super.cgit-pink.overrideAttrs (old: { - patches = [ ./cgit-pink.patch ]; + patches = [ ./set-default-branch-main.patch ]; }); } |