mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
docs/building: fix attribute for nix-cli-ccacheStdenv
This commit is contained in:
parent
723f2c7352
commit
c12fd7b319
1 changed files with 3 additions and 3 deletions
|
@ -236,18 +236,18 @@ Nix can be compiled using multiple environments:
|
||||||
To build with one of those environments, you can use
|
To build with one of those environments, you can use
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ nix build .#nix-ccacheStdenv
|
$ nix build .#nix-cli-ccacheStdenv
|
||||||
```
|
```
|
||||||
|
|
||||||
for flake-enabled Nix, or
|
for flake-enabled Nix, or
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ nix-build --attr nix-ccacheStdenv
|
$ nix-build --attr nix-cli-ccacheStdenv
|
||||||
```
|
```
|
||||||
|
|
||||||
for classic Nix.
|
for classic Nix.
|
||||||
|
|
||||||
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`.
|
||||||
|
|
||||||
## Editor integration
|
## Editor integration
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue