diff --git a/c3d2-web.nix b/c3d2-web.nix index 9f971d0..03ffc8a 100644 --- a/c3d2-web.nix +++ b/c3d2-web.nix @@ -1 +1,4 @@ -import +with import {}; +{ + c3d2-web = lib.hydraJob (import ); +}