From 7bd67cd8dcf0efacd91d5984ed4bf25eda5e4784 Mon Sep 17 00:00:00 2001 From: rszyma Date: Fri, 26 Sep 2025 19:49:36 +0200 Subject: [PATCH] doc: Fix invalid devshell attrpath `native-clangStdenvPackages` devshell attrpath was being mentioned in development docs, but doesn't work anymore (since 69fde530). --- doc/manual/source/development/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/source/development/building.md b/doc/manual/source/development/building.md index a07232a5f..889d81d80 100644 --- a/doc/manual/source/development/building.md +++ b/doc/manual/source/development/building.md @@ -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**