Stitch any CI into Tangled
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 11 lines 273 B view raw
1{ buildGoModule, lib, ... }: 2buildGoModule (finalAttrs: { 3 pname = "tack"; 4 version = "0.0.0"; 5 src = lib.clean f./.; 6 vendorHash = "sha256-2G9Bhflpw0BDcytKB4oOGIi3HR2fFd1rwZFcoIC09TQ="; 7 meta = { 8 mainProgram = "tack"; 9 licenses = [ lib.licenses.mit ]; 10 }; 11})