nixos/packages/git-lfs-transfer.nix
2024-09-26 00:10:48 +08:00

7 lines
113 B
Nix

{ buildGoModule, src, hash }: buildGoModule
{
name = "git-lfs-transfer";
inherit src;
vendorHash = hash;
}