diff options
Diffstat (limited to 'overlays/lego.nix')
-rw-r--r-- | overlays/lego.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/overlays/lego.nix b/overlays/lego.nix deleted file mode 100644 index 363b32da..00000000 --- a/overlays/lego.nix +++ /dev/null | |||
@@ -1,10 +0,0 @@ | |||
1 | { prev, ... }: { | ||
2 | lego = prev.lego.override { | ||
3 | buildGoModule = args: prev.buildGoModule (args // { | ||
4 | patches = (args.patches or []) ++ prev.lib.lists.singleton (prev.fetchpatch { | ||
5 | url = "https://patch-diff.githubusercontent.com/raw/go-acme/lego/pull/1501.patch"; | ||
6 | hash = "sha256-hLuWX607T8tcqljpBzEADViZd2FABkCgjNCLXMyWpuA="; | ||
7 | }); | ||
8 | }); | ||
9 | }; | ||
10 | } | ||