From c3b165cef8205fad6335866d533a96a992ec9f91 Mon Sep 17 00:00:00 2001 From: Jacek Galowicz Date: Mon, 13 Apr 2026 12:53:03 +0100 Subject: [PATCH] nixos-test-driver-manual: add --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 43d89ce..19e963f 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ A curated list of the best resources in the Nix community. * [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. * [NixOS in Production](https://leanpub.com/nixos-in-production) - Free (pay-what-you-want) book in pdf format. +* [Unofficial NixOS test driver manual](https://applicative.systems/nixos-test-driver-manual/) - Opinionated unofficial NixOS test driver manual with quick getting started guides and best practices. * [Official Nix manual](https://nix.dev/manual/nix/stable/) - Latest stable version of the official Nix manual, best used as reference guide. Receives updates when available. * [Official NixOS manual](https://nixos.org/manual/nixos/stable/) - Latest stable version of the official NixOS manual, mix of tutorial and reference guide. Receives updates when available. * [Official Nixpkgs manual](https://nixos.org/manual/nixpkgs/stable/) - Latest stable version of the official Nixpkgs reference manual. Receives updates when available.