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, ... }:
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user