Skip to content

Commit edb41d0

Browse files
committed
Repin dependencies
1 parent 02330ba commit edb41d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dotnet/paket.nuget_extension.bzl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
load(":paket.nuget.bzl", _nuget = "nuget")
44

5-
def _nuget_impl(_ctx):
5+
def _nuget_impl(module_ctx):
66
_nuget()
7+
return module_ctx.extension_metadata(reproducible = True)
78

89
nuget_extension = module_extension(
910
implementation = _nuget_impl,

0 commit comments

Comments
 (0)