We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a44405e commit 6758690Copy full SHA for 6758690
doc/manual/source/development/building.md
@@ -225,18 +225,18 @@ Nix can be compiled using multiple environments:
225
To build with one of those environments, you can use
226
227
```console
228
-$ nix build .#nix-ccacheStdenv
+$ nix build .#nix-cli-ccacheStdenv
229
```
230
231
for flake-enabled Nix, or
232
233
234
-$ nix-build --attr nix-ccacheStdenv
+$ nix-build --attr nix-cli-ccacheStdenv
235
236
237
for classic Nix.
238
239
-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`.
240
241
## Editor integration
242
0 commit comments