From eca1b423b8ae1b09ad143aa3d47ab9aaa8ddf6e8 Mon Sep 17 00:00:00 2001 From: David Houston Date: Wed, 24 Mar 2021 19:33:59 -0400 Subject: [PATCH] Rename sections "Grokking" to "Discovery" and "Cloud Stuff" to "Deployment Tools". (#67) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f3ba6f4..c301306 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ * [Resources](#resources) * [Learning](#learning) - * [Grokking](#grokking) + * [Discovery](#discovery) * [Newsletters](#newsletters) * [Installation Media](#installation-media) * [Channel History](#channel-history) -* [Cloud Stuff](#cloud-stuff) +* [Deployment Tools](#deployment-tools) * [Command-Line Tools](#command-line-tools) * [Development](#development) * [Programming Languages](#programming-languages) @@ -39,7 +39,7 @@ * [nix.dev](https://nix.dev/) - An opinionated guide for developers about getting things done using the Nix ecosystem. * [Tour of Nix](https://nixcloud.io/tour) - An online interactive tutorial on Nix language constructs. -### Grokking +### Discovery * [Hound](https://search.nix.gsc.io) - Handily search across all or selected Nix-related repositories. * [Nixpkgs Database](https://kamadorueda.github.io/nixpkgs-db/) - A database with Nix packages at all versions, from all channels. @@ -57,7 +57,7 @@ * [Channel History](https://channels.nix.gsc.io) - Get historical git commits for Nix channels. * [Nix Infra Status](https://status.nixos.org) - Get the age and current git commit of each Nix channel. -## Cloud Stuff +## Deployment Tools * [krops](https://cgit.krebsco.de/krops/about/) - A lightweight toolkit to deploy NixOS systems, remotely or locally. * [KubeNix](https://github.com/xtruder/kubenix) - A Kubernetes resource builder using Nix.