From d9c5294435033d5923b3540ea94225d1af983c50 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Wed, 1 Jul 2026 18:39:38 +0200 Subject: [PATCH] doc/manual: reword 'nixpkgs reference manual' to just 'nixpkgs' manual --- doc/build-helpers/dev-shell-tools.chapter.md | 2 +- doc/manual.md.in | 2 +- nixos/tests/playwright-python.nix | 2 +- pkgs/by-name/uv/uv/package.nix | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/build-helpers/dev-shell-tools.chapter.md b/doc/build-helpers/dev-shell-tools.chapter.md index 2571380a3e06..9de64474d218 100644 --- a/doc/build-helpers/dev-shell-tools.chapter.md +++ b/doc/build-helpers/dev-shell-tools.chapter.md @@ -2,7 +2,7 @@ The `nix-shell` command has popularized the concept of transient shell environments for development or testing purposes.