1
0
Fork 0
mirror of https://github.com/NixOS/nix-pills synced 2024-09-19 04:00:13 -04:00

08: Fix display of darwin-specific code

Previously, the screen being outside the para would prevent it from
being displayed.
This commit is contained in:
Linus Heckemann 2019-05-01 10:08:22 +02:00
parent b7d08d1aea
commit 23fd7800dd

View file

@ -50,9 +50,9 @@
<screen><xi:include href="./08/hello-nix.txt" parse="text" /></screen>
<note><title>Nix on darwin</title>
<para>The darwin (i.e. macOS) <literal>stdenv</literal> diverges from the Linux <literal>stdenv</literal> in several ways. A main difference is that the darwin <literal>stdenv</literal> relies upon <literal>clang</literal> rather than <literal>gcc</literal> as its C compiler. We can adapt this early example of how a <literal>stdenv</literal> works for darwin by using this modified version of <filename>hello.nix</filename>:
</para>
<screen><xi:include href="./08/hello-nix-darwin.txt" parse="text" /></screen>
Please be aware that similar changes may be needed in what follows.
</para>
</note>
<para>