add hydra jobsets spec

This commit is contained in:
Tim Schubert 2022-10-16 16:39:18 +02:00
parent b164977b2e
commit d6d7a20b3f
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
5 changed files with 67 additions and 1 deletions

7
default.nix Normal file
View file

@ -0,0 +1,7 @@
{ nixpkgs, declInput, projectName, ... }:
let
pkgs = import nixpkgs { };
in
{
jobsets = import ./jobsets.nix { inherit pkgs declInput projectName; };
}