nixos/packages/git-lfs-transfer.nix

7 lines
113 B
Nix
Raw Normal View History

2024-09-25 23:17:38 +08:00
{ buildGoModule, src, hash }: buildGoModule
2024-07-13 13:45:24 +08:00
{
name = "git-lfs-transfer";
inherit src;
2024-09-25 23:17:38 +08:00
vendorHash = hash;
2024-07-13 13:45:24 +08:00
}