From 831156d64dc41776a334146a1f38711a7e81616a Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Fri, 14 Mar 2025 11:20:43 +0100 Subject: [PATCH 1/2] overview: mark as experimental, add more information --- overview/default.nix | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/overview/default.nix b/overview/default.nix index 2580a75b2..82c5c3a23 100644 --- a/overview/default.nix +++ b/overview/default.nix @@ -184,10 +184,29 @@ 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 + + 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} -
+ --- + ''; @@ -195,7 +214,7 @@ let pages = { "index.html" = { - pagetitle = "NGIpkgs Overview"; + pagetitle = "NGIpkgs software repository"; html = index; }; } From 5f154490784981b07b540a226e9bece708586e28 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Mon, 17 Mar 2025 13:48:17 +0100 Subject: [PATCH 2/2] add note on instability --- overview/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/overview/default.nix b/overview/default.nix index 82c5c3a23..92845bfe6 100644 --- a/overview/default.nix +++ b/overview/default.nix @@ -194,6 +194,7 @@ let - 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: