Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-04-17 20:50:57 -04:00
committed by Alice Huston
parent 3955dd70aa
commit 195c1facd8
3 changed files with 13 additions and 7 deletions

View File

@@ -28,13 +28,16 @@ let
flake = "github:ahuston-0/nix-dotfiles-hydra/${branch}";
};
desc = prJobsets // { "main" = mkFlakeJobset "main"; };
desc = prJobsets // {
"main" = mkFlakeJobset "main";
};
log = {
pulls = prs;
jobsets = desc;
};
in {
in
{
jobsets = pkgs.runCommand "spec-jobsets.json" { } ''
cat >$out <<EOF
${builtins.toJSON desc}