Skip to content

Commit

Permalink
Merge pull request NixOS#7758 from peterbecich/clang11-devshell-docum…
Browse files Browse the repository at this point in the history
…entation

fix documentation for `clang11Stdenv` dev shell
  • Loading branch information
edolstra authored Feb 7, 2023
2 parents 8ab9fda + b8e9635 commit 1ba13b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/manual/src/contributing/hacking.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ To get a shell with a different compilation environment (e.g. stdenv,
gccStdenv, clangStdenv, clang11Stdenv, ccacheStdenv):

```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:

```console
$ nix develop .#clang11StdenvPackages
$ nix develop .#clang11Stdenv
```

Note: you can use `ccacheStdenv` to drastically improve rebuild
Expand Down

0 comments on commit 1ba13b1

Please sign in to comment.