1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-12-24 01:41:08 +01:00

Merge pull request #14092 from rszyma/fix-devshell-attrpath-in-docs

doc: Fix invalid devshell attrpath
This commit is contained in:
Jörg Thalheim 2025-09-26 21:01:02 +02:00 committed by GitHub
commit 7817239644
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,7 +23,7 @@ $ nix-shell
To get a shell with one of the other [supported compilation environments](#compilation-environments):
```console
$ nix-shell --attr devShells.x86_64-linux.native-clangStdenvPackages
$ nix-shell --attr devShells.x86_64-linux.native-clangStdenv
```
> **Note**