mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 21:49:34 +03:00
Merge pull request #259567 from Eisfunke/document-mkShellNoCC
doc: add section about mkShellNoCC
This commit is contained in:
commit
dc30cf4f88
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ pkgs.mkShell {
|
||||||
|
|
||||||
... all the attributes of `stdenv.mkDerivation`.
|
... all the attributes of `stdenv.mkDerivation`.
|
||||||
|
|
||||||
|
## Variants {#sec-pkgs-mkShell-variants}
|
||||||
|
|
||||||
|
`pkgs.mkShellNoCC` is a variant that uses `stdenvNoCC` instead of `stdenv` as base environment. This is useful if no C compiler is needed in the shell environment.
|
||||||
|
|
||||||
## Building the shell {#sec-pkgs-mkShell-building}
|
## Building the shell {#sec-pkgs-mkShell-building}
|
||||||
|
|
||||||
This derivation output will contain a text file that contains a reference to
|
This derivation output will contain a text file that contains a reference to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue