diff options
Diffstat (limited to 'overlays/lego.nix')
-rw-r--r-- | overlays/lego.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/overlays/lego.nix b/overlays/lego.nix index 80e9bd4b..83b1e2e8 100644 --- a/overlays/lego.nix +++ b/overlays/lego.nix | |||
@@ -1,4 +1,4 @@ | |||
1 | final: prev: { | 1 | { final, prev, ... }: { |
2 | lego = prev.lego.override { | 2 | lego = prev.lego.override { |
3 | buildGoModule = args: prev.buildGoModule (args // { | 3 | buildGoModule = args: prev.buildGoModule (args // { |
4 | patches = (args.patches or []) ++ prev.lib.lists.singleton (prev.fetchpatch { | 4 | patches = (args.patches or []) ++ prev.lib.lists.singleton (prev.fetchpatch { |