Skyler Grey | d7e1acd | 2024-06-22 14:42:11 +0000 | [diff] [blame^] | 1 | # 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 | } |