Commit graph

3 commits

Author SHA1 Message Date
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-
a1bdad57dd A pile of code changes 2021-03-09 03:41:36 -08:00
lf-
8ae937faf6 initial commit 2021-03-08 00:30:22 -08:00