feat(sync-gcsr): Add builds.sr.ht build manifest

Adds a simple build manifest that builds everything in ci-builds.nix
and pushes results to Cachix on success.
This commit is contained in:
Vincent Ambo 2020-01-18 15:37:05 +00:00
parent b8355066e8
commit af63d2604e
2 changed files with 25 additions and 0 deletions

View file

@ -7,4 +7,8 @@ pkgs.buildGo.program {
deps = with pkgs.third_party; map (p: p.gopkg) [
gopkgs."gopkg.in".src-d.go-git
];
x_defs = {
"main.BuildManifest" = "${./manifest.yaml}";
};
}