No description
Find a file
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
content cleanup posts 2021-03-09 04:27:30 -08:00
sass A pile of code changes 2021-03-09 03:41:36 -08:00
static A pile of code changes 2021-03-09 03:41:36 -08:00
syntax Fix nix syntax so that snippets included out of context render properly 2021-03-09 04:29:12 -08:00
templates A pile of code changes 2021-03-09 03:41:36 -08:00
todo-recipes import recipes: todo add to site 2021-03-09 03:40:32 -08:00
.gitignore A pile of code changes 2021-03-09 03:41:36 -08:00
config.toml Fix nix syntax so that snippets included out of context render properly 2021-03-09 04:29:12 -08:00
deploy.sh A pile of code changes 2021-03-09 03:41:36 -08:00