diff --git a/c3d2-web.nix b/c3d2-web.nix new file mode 100644 index 0000000..9f971d0 --- /dev/null +++ b/c3d2-web.nix @@ -0,0 +1 @@ +import diff --git a/jobsets.nix b/jobsets.nix index fb50de4..0babbf7 100644 --- a/jobsets.nix +++ b/jobsets.nix @@ -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 );