From d4d1d73e5b8502b3f4d5e4d0fb9c7333c8243471 Mon Sep 17 00:00:00 2001 From: Martin Wimpress <304639+flexiondotorg@users.noreply.github.com> Date: Fri, 17 Nov 2023 15:12:54 +0000 Subject: [PATCH] Update README.md.tpl --- templates/README.md.tpl | 44 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/templates/README.md.tpl b/templates/README.md.tpl index 02b9a02..f8bdd94 100644 --- a/templates/README.md.tpl +++ b/templates/README.md.tpl @@ -10,9 +10,51 @@ ## Welcome 👋 -We are [Determinate Systems](https://determinate.systems). **We're building the best software development toolkit for Nix and Flakes** ❄️ +Get started with [Zero to Nix](https://zero-to-nix.com) and then bring your Nix flakes to [FlakeHub](https://flakehub.com)! + +### [Determinate Nix Installer](https://github.com/DeterminateSystems/nix-installer) + +Install Nix and flakes with the fast and reliable [Determinate Nix Installer](https://github.com/DeterminateSystems/nix-installer). Proven on macOS, many Linuxes including SELinux, WSL, containers, and more. + +**macOS, Linux, WSL, Containers** +```shell +curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install +``` + +**GitHub Actions**: `.github/workflows/ci.yml` +```yaml +- uses: DeterminateSystems/nix-installer-action@main +``` + +### [Magic Nix Cache](https://github.com/marketplace/actions/magic-nix-cache) + +Save 30-50%+ of CI time without any effort or cost. Use Magic Nix Cache, a free and zero-configuration binary cache for Nix on GitHub Actions. + +**GitHub Actions**: `.github/workflows/ci.yml` +```yaml +- uses: DeterminateSystems/magic-nix-cache-action@main +``` + +### [Determinate Nix Flake Checker](https://github.com/marketplace/actions/nix-flake-checker) + +Perform health checks on the `flake.lock` files in your flake-powered Nix projects. Stay safe and secure by using recent, supported versions of Nixpkgs. + +**GitHub Actions**: `.github/workflows/ci.yml` +```yaml +- uses: DeterminateSystems/nix-flake-checker-action@main +``` + +### [Determinate Nix Flake Updater](https://github.com/marketplace/actions/update-nix-flake-lock) + +Automatically refresh your Nix Flakes. + +**GitHub Actions**: `.github/workflows/ci.yml` +```yaml +- uses: DeterminateSystems/update-flake-lock@main +``` + ### Blog We regularly write about what we're working on; here are some recent blog posts: