diff --git a/overview/default.nix b/overview/default.nix index 2580a75b2..92845bfe6 100644 --- a/overview/default.nix +++ b/overview/default.nix @@ -184,10 +184,30 @@ let # The top-level overview for all projects index = pkgs.writeText "index.html" '' - ${heading 1 "NGIpkgs Overview"} + # NGIpgks + + NGIpkgs is collection of software applications funded by the Next Generation Internet initiative and packaged for NixOS. + + This service is still experimental and under heavy development. + Don't expect anything specific to work yet: + + - The package collection is far incomplete + - Many packages lack crucial components + - There are no instructions for getting started + - How software and the corresponding Nix expressions are exposed is subject to change + + More information about the project: + + - [Source code](https://github.com/ngi-nix/ngipkgs) + - [Issue tracker](https://github.com/ngi-nix/summer-of-nix/issues/41) + - [Nix@NGI team](https://nixos.org/community/teams/ngi/) + + --- + ${render.projects.many projects} -