add c3d2-web

This commit is contained in:
Astro 2020-07-23 18:53:17 +02:00
parent 037ebf23b5
commit 8baf387319
2 changed files with 9 additions and 0 deletions

1
c3d2-web.nix Normal file
View File

@ -0,0 +1 @@
import <c3d2-web>

View File

@ -184,6 +184,14 @@ let
mozillaOverlay = "https://github.com/mozilla/nixpkgs-mozilla.git";
};
};
c3d2-web = mkJobset {
description = "www.c3d2.de";
nixexprpath = "c3d2-web.nix";
gitUrls = {
c3d2-web = "https://git.c3d2.de/c3d2-web.git";
};
};
};
jobsetsJson = pkgs.writeText "jobsets.json" (builtins.toJSON jobsets );