From 80b4d26d779619729158054b74b82ab228d30a4c Mon Sep 17 00:00:00 2001 From: Shivaraj B H Date: Wed, 27 Mar 2024 23:50:26 +0530 Subject: [PATCH 1/2] add nixos.asia tutorial series; add nix-health CLI tool --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a8b2a8e..8713261 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ * [Nix Shorts](https://github.com/alper/nix-shorts) - A collection of short notes about how to use Nix, updated for Nix Flakes. * [nix.dev](https://nix.dev/) - An opinionated guide for developers about getting things done using the Nix ecosystem. * [NixOS & Flakes Book](https://github.com/ryan4yin/nixos-and-flakes-book) - An unofficial and opinionated NixOS & Flakes book for beginners. +* [NixOS Asia Tutorial Series](https://nixos.asia/en/tutorial) - A series of high-level tutorials on using Nix Flakes, NixOS, home-manager, etc. * [Tour of Nix](https://nixcloud.io/tour) - An online interactive tutorial on Nix language constructs. * [Wombat's Book of Nix](https://mhwombat.codeberg.page/nix-book/) - A book-length introduction to Nix and flakes. * [Zero to Nix](https://zero-to-nix.com/) - A flake-centric guide to Nix and its concepts created by Determinate Systems to quickly onboard beginners. @@ -143,6 +144,7 @@ * [nil](https://github.com/oxalica/nil) - NIx Language server, an incremental analysis assistent for writing in Nix. * [niv](https://github.com/nmattia/niv/) - Easy dependency management for Nix projects with package pinning. * [nix-direnv](https://github.com/nix-community/nix-direnv) - A fast loader and flake-compliant configuration for the direnv environment auto-loader. +* [nix-health](https://github.com/juspay/nix-browser/tree/main/crates/nix_health) - A program to check the health of your Nix install. Furthermore, individual projects can configure their own health checks in their `flake.nix`. * [nix-update](https://github.com/Mic92/nix-update) - Update versions/source hashes of nix packages. * [nixd](https://github.com/nix-community/nixd) - Nix language server, based on Nix libraries. * [nixpkgs-review](https://github.com/Mic92/nixpkgs-review) - The best tool to verify that a pull-request in Nixpkgs is building properly. From be3e50910d60f777d06d160d32294aa5cc3b9b98 Mon Sep 17 00:00:00 2001 From: Shivaraj B H Date: Wed, 10 Apr 2024 13:38:17 +0530 Subject: [PATCH 2/2] nix-health is no longer part of juspay/nix-browser MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Jörg Thalheim --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8713261..4bd69e6 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ * [nil](https://github.com/oxalica/nil) - NIx Language server, an incremental analysis assistent for writing in Nix. * [niv](https://github.com/nmattia/niv/) - Easy dependency management for Nix projects with package pinning. * [nix-direnv](https://github.com/nix-community/nix-direnv) - A fast loader and flake-compliant configuration for the direnv environment auto-loader. -* [nix-health](https://github.com/juspay/nix-browser/tree/main/crates/nix_health) - A program to check the health of your Nix install. Furthermore, individual projects can configure their own health checks in their `flake.nix`. +* [nix-health](https://github.com/juspay/nix-health) - A program to check the health of your Nix install. Furthermore, individual projects can configure their own health checks in their `flake.nix`. * [nix-update](https://github.com/Mic92/nix-update) - Update versions/source hashes of nix packages. * [nixd](https://github.com/nix-community/nixd) - Nix language server, based on Nix libraries. * [nixpkgs-review](https://github.com/Mic92/nixpkgs-review) - The best tool to verify that a pull-request in Nixpkgs is building properly.