default.nix (158B)
1 { stdenv, lib, buildGoModule }: 2 3 buildGoModule rec { 4 name = "bus"; 5 src = ./.; 6 7 vendorSha256 = "05iqr46pm05jxfcss23cxdqng1wpnqp46v5vyw8f65sq0vsfv4xh"; 8 }
homeUnnamed repository; edit this file 'description' to name the repository. | |
Log | Files | Refs | README | LICENSE |