Skip to content

Commit

Permalink
doc: add section about mkShellNoCC
Browse files Browse the repository at this point in the history
  • Loading branch information
Eisfunke committed Jan 14, 2024
1 parent 6fcebe8 commit 8c65bdc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/build-helpers/special/mkshell.section.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ pkgs.mkShell {

... 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}

This derivation output will contain a text file that contains a reference to
Expand Down

0 comments on commit 8c65bdc

Please sign in to comment.