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:
parent
b8355066e8
commit
af63d2604e
2 changed files with 25 additions and 0 deletions
|
|
@ -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}";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue