Skip to content

Commit 6758690

Browse files
committed
docs/building: fix attribute for nix-cli-ccacheStdenv
1 parent a44405e commit 6758690

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/manual/source/development/building.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,18 +225,18 @@ Nix can be compiled using multiple environments:
225225
To build with one of those environments, you can use
226226

227227
```console
228-
$ nix build .#nix-ccacheStdenv
228+
$ nix build .#nix-cli-ccacheStdenv
229229
```
230230

231231
for flake-enabled Nix, or
232232

233233
```console
234-
$ nix-build --attr nix-ccacheStdenv
234+
$ nix-build --attr nix-cli-ccacheStdenv
235235
```
236236

237237
for classic Nix.
238238

239-
You can use any of the other supported environments in place of `nix-ccacheStdenv`.
239+
You can use any of the other supported environments in place of `nix-cli-ccacheStdenv`.
240240

241241
## Editor integration
242242

0 commit comments

Comments
 (0)