1 { lib, buildGoModule, fetchFromGitHub }:
4 pname = "buildkit-nix";
7 src = fetchFromGitHub {
8 owner = "reproducible-containers";
11 sha256 = "sha256-i8KQLLL36iP26jIj10fZLtYpS57Xni4eIQEJG4ixWy8=";
14 vendorHash = "sha256-SFsf2QOIuUQY5Zzshb2190pQtOBGEsELBRihOvHYVGA=";
18 ldflags = [ "-s" "-w" ];
21 description = "Nix frontend for BuildKit";
22 homepage = "https://github.com/reproducible-containers/buildkit-nix/";
23 license = licenses.asl20;
24 platforms = platforms.linux;
25 maintainers = with maintainers; [ lesuisse ];