Commit graph

107 commits

Author SHA1 Message Date
lf-
7555f3bbcb fixup some final pages 2021-03-09 04:32:42 -08:00
lf-
94e44e406b Fix nix syntax so that snippets included out of context render properly
Example:

```nix
mkDerivation = args: super.mkDerivation (args // {
  doCheck = false;
  enableLibraryProfiling = false;
});
```

Used to highlight the `=` as illegal syntax, which would be true if it
were the only thing in a nix file. So let's just ignore that stuff and
turn it into normal text.
2021-03-09 04:29:12 -08:00
lf-
90f2a7cba2 cleanup posts 2021-03-09 04:27:30 -08:00
lf-
a1bdad57dd A pile of code changes 2021-03-09 03:41:36 -08:00
lf-
33de49464e import recipes: todo add to site 2021-03-09 03:40:32 -08:00
lf-
3e4932f921 import old posts 2021-03-09 03:40:12 -08:00
lf-
8ae937faf6 initial commit 2021-03-08 00:30:22 -08:00