From 64d39f1d191f7f9c6919043bdbd63bc02b554c63 Mon Sep 17 00:00:00 2001 From: Michael Royal <45159366+mikeroyal@users.noreply.github.com> Date: Tue, 5 Sep 2023 00:54:59 -0700 Subject: [PATCH] Added FlakeHub to Getting Started section. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 96ca700..4d29b42 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,18 @@ NixOS Software Center
+[FlakeHub](https://flakehub.com/new) is a platform developed by [Determinate Systems](https://determinate.systems/) for discovering and publishing [Nix flakes](https://zero-to-nix.com/concepts/flakes). [FlakeHub](https://determinate.systems/posts/introducing-flakehub) provides the Nix ecosystem with a variety of new capabilities: + + * The ability to explore the Nix flake landscape. + * Semantic versioning for flakes, including version modifiers like **~ (flexible patch)** and **= (exact match)**. + * Automated flake publishing with GitHub Actions. + ++ + +FlakeHub +
+ [Determinate Nix Installer](https://github.com/DeterminateSystems/nix-installer) is an opinionated alternative to the official [Nix install scripts](https://nixos.org/download.html). **The nix-installer tool is ready to use in a number of environments:**