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 c4262f1 commit fc9ba85Copy full SHA for fc9ba85
doc/manual/source/development/building.md
@@ -216,18 +216,18 @@ Nix can be compiled using multiple environments:
216
To build with one of those environments, you can use
217
218
```console
219
-$ nix build .#nix-ccacheStdenv
+$ nix build .#nix-cli-ccacheStdenv
220
```
221
222
for flake-enabled Nix, or
223
224
225
-$ nix-build --attr nix-ccacheStdenv
+$ nix-build --attr nix-cli-ccacheStdenv
226
227
228
for classic Nix.
229
230
-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`.
231
232
## Editor integration
233
0 commit comments