mirror of
https://github.com/NixOS/nix
synced 2025-06-25 14:51:16 +02:00
doc: Fix ccacheStdenvPackages typo
This commit is contained in:
parent
5facd492ad
commit
c19914f1ab
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ $ nix-shell --attr devShells.x86_64-linux.native-clangStdenvPackages
|
||||||
|
|
||||||
> **Note**
|
> **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/`.
|
> By default, [ccache](https://ccache.dev) keeps artifacts in `~/.cache/ccache/`.
|
||||||
|
|
||||||
To build Nix itself in this shell:
|
To build Nix itself in this shell:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue