From 8baf387319f0e929733960e9198fb4488990b0cd Mon Sep 17 00:00:00 2001 From: Astro Date: Thu, 23 Jul 2020 18:53:17 +0200 Subject: [PATCH] add c3d2-web --- c3d2-web.nix | 1 + jobsets.nix | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 c3d2-web.nix 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 );