mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-07 18:57:19 +02:00
Merge pull request #7758 from peterbecich/clang11-devshell-documentation
fix documentation for `clang11Stdenv` dev shell
This commit is contained in:
commit
1ba13b17db
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue