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:
parent
1301f985d8
commit
dbd106b91d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user