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