From c19914f1abc5da484974ecc3ad6591c13ef1c09a Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Tue, 18 Feb 2025 23:23:10 +0100 Subject: [PATCH] doc: Fix ccacheStdenvPackages typo --- doc/manual/source/development/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/source/development/building.md b/doc/manual/source/development/building.md index c5a173dc7..da465d090 100644 --- a/doc/manual/source/development/building.md +++ b/doc/manual/source/development/building.md @@ -28,7 +28,7 @@ $ nix-shell --attr devShells.x86_64-linux.native-clangStdenvPackages > **Note** > -> You can use `native-ccacheStdenvPackages` to drastically improve rebuild time. +> You can use `native-ccacheStdenv` to drastically improve rebuild time. > By default, [ccache](https://ccache.dev) keeps artifacts in `~/.cache/ccache/`. To build Nix itself in this shell: