Merge pull request #9692 from 9999years/update-clang-stdenv

Remove `clang11Stdenv`
This commit is contained in:
Eelco Dolstra 2024-01-05 10:11:44 +01:00 committed by GitHub
commit cbf99c71c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -31,7 +31,7 @@ This shell also adds `./outputs/bin/nix` to your `$PATH` so you can run `nix` im
To get a shell with one of the other [supported compilation environments](#compilation-environments): To get a shell with one of the other [supported compilation environments](#compilation-environments):
```console ```console
$ nix develop .#native-clang11StdenvPackages $ nix develop .#native-clangStdenvPackages
``` ```
> **Note** > **Note**
@ -96,7 +96,7 @@ $ nix-shell
To get a shell with one of the other [supported compilation environments](#compilation-environments): To get a shell with one of the other [supported compilation environments](#compilation-environments):
```console ```console
$ nix-shell --attr devShells.x86_64-linux.native-clang11StdenvPackages $ nix-shell --attr devShells.x86_64-linux.native-clangStdenvPackages
``` ```
> **Note** > **Note**

View file

@ -52,7 +52,6 @@
stdenvs = [ stdenvs = [
"ccacheStdenv" "ccacheStdenv"
"clang11Stdenv"
"clangStdenv" "clangStdenv"
"gccStdenv" "gccStdenv"
"libcxxStdenv" "libcxxStdenv"