From dd8b578ce247220df8e66d62c8c4d7ec6f35eb8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 9 Apr 2025 07:50:57 +0200 Subject: [PATCH] docs/building: fix attribute for nix-cli-ccacheStdenv --- doc/manual/source/development/building.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manual/source/development/building.md b/doc/manual/source/development/building.md index 748432e52..bf37ff0c4 100644 --- a/doc/manual/source/development/building.md +++ b/doc/manual/source/development/building.md @@ -216,18 +216,18 @@ Nix can be compiled using multiple environments: To build with one of those environments, you can use ```console -$ nix build .#nix-ccacheStdenv +$ nix build .#nix-cli-ccacheStdenv ``` for flake-enabled Nix, or ```console -$ nix-build --attr nix-ccacheStdenv +$ nix-build --attr nix-cli-ccacheStdenv ``` for classic Nix. -You can use any of the other supported environments in place of `nix-ccacheStdenv`. +You can use any of the other supported environments in place of `nix-cli-ccacheStdenv`. ## Editor integration