blob: 320c936e57627d2f7d85619ef267b3270757689a [file] [log] [blame]
Skyler Greyd7e1acd2024-06-22 14:42:11 +00001# SPDX-FileCopyrightText: 2024 Clicks Codes
2#
3# SPDX-License-Identifier: GPL-3.0-only
4
5{...}: final: prev: {
6 tailscale-nginx-auth = prev.tailscale-nginx-auth.overrideAttrs (prevAttrs: {
7 patches = (prevAttrs.patches or []) ++ [
8 ./fix-headscale-computedname.patch
9 ];
10 });
11}