add hydra jobsets spec
This commit is contained in:
parent
b164977b2e
commit
d6d7a20b3f
5 changed files with 67 additions and 1 deletions
7
default.nix
Normal file
7
default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ nixpkgs, declInput, projectName, ... }:
|
||||
let
|
||||
pkgs = import nixpkgs { };
|
||||
in
|
||||
{
|
||||
jobsets = import ./jobsets.nix { inherit pkgs declInput projectName; };
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue