From 464243617f433d2a893779c443e82d1bba39b4b3 Mon Sep 17 00:00:00 2001 From: wamirez Date: Sat, 22 Mar 2025 10:30:12 -0400 Subject: [PATCH 1/5] overview: fix typo --- overview/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overview/default.nix b/overview/default.nix index d5ab96510..019d70ce7 100644 --- a/overview/default.nix +++ b/overview/default.nix @@ -200,7 +200,7 @@ let # The top-level overview for all projects index = pkgs.writeText "index.html" ''
- # NGIpgks + # NGIpkgs NGIpkgs is collection of software applications funded by the Next Generation Internet initiative and packaged for NixOS. From a664b9520c9cd780321e9ccfee9188df639721fd Mon Sep 17 00:00:00 2001 From: wamirez Date: Sat, 22 Mar 2025 10:48:53 -0400 Subject: [PATCH 2/5] overview: rephrase introductory paragraph --- overview/default.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/overview/default.nix b/overview/default.nix index 019d70ce7..addbf513a 100644 --- a/overview/default.nix +++ b/overview/default.nix @@ -204,13 +204,13 @@ let 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: + This service is still experimental and under active development. + While there’s still more to improve, we’ve made progress: - - 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 + - The package collection is steadily growing + - Many packages are in development, with ongoing efforts to complete their components + - We’re preparing instructions to make getting started as smooth as possible + - The way to expose our software and its Nix expressions is evolving, as we continue to refine the user experience More information about the project: From 0b2ca43c7f97fcfa4611a6d3a4b99053fbdb3de3 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Mon, 14 Apr 2025 21:37:36 +0200 Subject: [PATCH 3/5] Update overview/default.nix --- overview/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overview/default.nix b/overview/default.nix index addbf513a..8925f7788 100644 --- a/overview/default.nix +++ b/overview/default.nix @@ -205,7 +205,7 @@ let NGIpkgs is collection of software applications funded by the Next Generation Internet initiative and packaged for NixOS. This service is still experimental and under active development. - While there’s still more to improve, we’ve made progress: + Don't expect anything specific to work yet: - The package collection is steadily growing - Many packages are in development, with ongoing efforts to complete their components From 541e50c9b229ea321559e6e1bdbb9775927ee519 Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Mon, 14 Apr 2025 21:37:56 +0200 Subject: [PATCH 4/5] Update overview/default.nix --- overview/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/overview/default.nix b/overview/default.nix index 8925f7788..8a6aa7111 100644 --- a/overview/default.nix +++ b/overview/default.nix @@ -207,10 +207,10 @@ let This service is still experimental and under active development. Don't expect anything specific to work yet: - - The package collection is steadily growing - - Many packages are in development, with ongoing efforts to complete their components - - We’re preparing instructions to make getting started as smooth as possible - - The way to expose our software and its Nix expressions is evolving, as we continue to refine the user experience + - 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: From f572c359b14aae2c24c93d8de3cff9464c58a68c Mon Sep 17 00:00:00 2001 From: Valentin Gagarin Date: Mon, 14 Apr 2025 21:38:53 +0200 Subject: [PATCH 5/5] Update overview/default.nix --- overview/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/overview/default.nix b/overview/default.nix index 437124e62..460cd834d 100644 --- a/overview/default.nix +++ b/overview/default.nix @@ -249,7 +249,6 @@ let }; # The top-level overview for all projects - index = ''
${heading 1 "NGIpkgs"}