1 { lib, buildGoModule, fetchFromGitHub }:
4 pname = "shopify-themekit";
7 src = fetchFromGitHub {
11 sha256 = "sha256-A/t6yQW2xRFZYuYRyNN/0v4zdivch3tiv65a7TdHm2c=";
14 vendorHash = "sha256-o928qjp7+/U1W03esYTwVEfQ4A3TmPnmgmh4oWpqJoo=";
16 ldflags = [ "-s" "-w" ];
20 rm -f $out/bin/{cmd,tkrelease}
24 description = "A command line tool for shopify themes";
25 mainProgram = "theme";
26 homepage = "https://shopify.github.io/themekit/";
27 license = licenses.mit;
28 maintainers = with maintainers; [ _1000101 ];