remove attempt to parse flake inputs

this is actually not possible rn apparently, tracked in NixOS/Hydra#1005

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-07-27 12:35:10 -04:00 committed by Alice Huston
parent 1301f985d8
commit dbd106b91d

View File

@ -1,10 +1,4 @@
{
pulls,
branches,
nixexpr,
nixpkgs,
...
}:
{ pulls, branches, ... }:
let
# create the json spec for the jobset
makeSpec =
@ -45,18 +39,9 @@ let
enabled = 1;
type = 1;
hidden = false;
checkinterval = 300; # every 6 months
checkinterval = 300; # every 5 minutes
enableemail = false;
emailoverride = "";
inputs = {
inherit
nixexpr
nixpkgs
pulls
branches
;
# rev = pkgs.runCommand "rev" {} ''echo "${src.rev}" > $out'';
};
};
# Create a hydra job for a branch