forked from lix-project/lix
Merge pull request #7758 from peterbecich/clang11-devshell-documentation
fix documentation for `clang11Stdenv` dev shell
This commit is contained in:
commit
1ba13b17db
|
@ -45,13 +45,13 @@ To get a shell with a different compilation environment (e.g. stdenv,
|
||||||
gccStdenv, clangStdenv, clang11Stdenv, ccacheStdenv):
|
gccStdenv, clangStdenv, clang11Stdenv, ccacheStdenv):
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ nix-shell -A devShells.x86_64-linux.clang11StdenvPackages
|
$ nix-shell -A devShells.x86_64-linux.clang11Stdenv
|
||||||
```
|
```
|
||||||
|
|
||||||
or if you have a flake-enabled nix:
|
or if you have a flake-enabled nix:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ nix develop .#clang11StdenvPackages
|
$ nix develop .#clang11Stdenv
|
||||||
```
|
```
|
||||||
|
|
||||||
Note: you can use `ccacheStdenv` to drastically improve rebuild
|
Note: you can use `ccacheStdenv` to drastically improve rebuild
|
||||||
|
|
Loading…
Reference in a new issue