diff --git a/core/src/pages/index.astro b/core/src/pages/index.astro index 84677caaed..4d05cf0859 100644 --- a/core/src/pages/index.astro +++ b/core/src/pages/index.astro @@ -48,42 +48,52 @@ posts ) } -
- -
+
+ +

- Declarative builds and deployments. + Build reproducible development environments, simplify your + deployments!

+
+
+ + +
+

Nix

- Nix is a tool that takes a unique approach to package management and - system configuration. Learn how to make reproducible, declarative and - reliable systems. + The stand-alone package manager that ensures reproducible builds and + makes sure that everything that runs on one machine will also work on + another.

- +
-
- +
+

NixOS

+

+ Run your favourite webservice in 5 minutes: NixOS is a Linux + distrubition built on Nix and adds a powerful module system that + enables running your favourite application in no time. +

+
+ + +
diff --git a/core/src/pages/learn.astro b/core/src/pages/learn.astro index d641bf3f2b..e4ceec7da9 100644 --- a/core/src/pages/learn.astro +++ b/core/src/pages/learn.astro @@ -59,16 +59,32 @@ const learningResources = [ - { - learningFeatures.map((feature) => ( -
- - -
- )) - } +
+

Nix

+
+ Nix is a stand-alone package manager that enables Reproducibility, + installs packages in isolation to enable developer environments without + affecting system-wide configurations and is therefore rollback-friendly. + Interested? Take your + here +
+
+
+

NixOS

+
+ NixOS is a Linux operating system, based on Nix. It has a powerful + declarative module system, allows for simple roll-backs and has a robust + integration test system, based on VMs. +
+
+
+

Nixpkgs

+
+ Nixpkgs is the package repository that feeds Nix and NixOS. It is freely + available on GitHub. +
+