diff --git a/pills/08-generic-builders.xml b/pills/08-generic-builders.xml index 7a9be06..0a4061b 100644 --- a/pills/08-generic-builders.xml +++ b/pills/08-generic-builders.xml @@ -48,12 +48,12 @@ - Nix on darwin + Nix on darwin The darwin (i.e. macOS) stdenv diverges from the Linux stdenv in several ways. A main difference is that the darwin stdenv relies upon clang rather than gcc as its C compiler. We can adapt this early example of how a stdenv works for darwin by using this modified version of hello.nix: Please be aware that similar changes may be needed in what follows. - + Now build it with nix-build hello.nix and you can diff --git a/style.css b/style.css index 5330ba1..e329eb4 100644 --- a/style.css +++ b/style.css @@ -266,14 +266,3 @@ table.simplelist div.navheader table, div.navfooter table { box-shadow: none; } - -div.sidebar -{ - float: right; - margin: 1em 5%; - padding: 10px; - border: 2px dashed #b0b0b0; - border-radius: 0.4em; - background: #f8f8fc; - box-shadow: 0.4em 0.4em 0.5em #e0e0e0; -}