Files

9 lines
94 B
Nix
Raw Permalink Normal View History

2024-10-12 10:35:54 -05:00
{
2026-03-12 21:04:49 -05:00
buildGoModule,
2024-10-12 10:35:54 -05:00
}:
2026-03-12 21:04:49 -05:00
buildGoModule {
name = "updater";
src = ./.;
vendorHash = null;
2024-10-12 10:35:54 -05:00
}