Skip to content

Commit fc9ba85

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

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
@@ -216,18 +216,18 @@ Nix can be compiled using multiple environments:
216216
To build with one of those environments, you can use
217217

218218
```console
219-
$ nix build .#nix-ccacheStdenv
219+
$ nix build .#nix-cli-ccacheStdenv
220220
```
221221

222222
for flake-enabled Nix, or
223223

224224
```console
225-
$ nix-build --attr nix-ccacheStdenv
225+
$ nix-build --attr nix-cli-ccacheStdenv
226226
```
227227

228228
for classic Nix.
229229

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

232232
## Editor integration
233233

0 commit comments

Comments
 (0)