diff options
author | Vincent Ambo <Vincent Ambo> | 2020-01-18T15·37+0000 |
---|---|---|
committer | Vincent Ambo <Vincent Ambo> | 2020-01-18T15·37+0000 |
commit | af63d2604ef4bf0867609206fa373f6613489b17 (patch) | |
tree | adab95030b802fc713a8c66043b0c9e0d16c7b9f /ops/sync-gcsr/default.nix | |
parent | b8355066e84075b603038f407f18166aa034db4f (diff) |
feat(sync-gcsr): Add builds.sr.ht build manifest r/407
Adds a simple build manifest that builds everything in ci-builds.nix and pushes results to Cachix on success.
Diffstat (limited to 'ops/sync-gcsr/default.nix')
-rw-r--r-- | ops/sync-gcsr/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ops/sync-gcsr/default.nix b/ops/sync-gcsr/default.nix index 114ff221bed1..ae88b34124dc 100644 --- a/ops/sync-gcsr/default.nix +++ b/ops/sync-gcsr/default.nix @@ -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}"; + }; } |