Commit graph

6 commits

Author SHA1 Message Date
Jade Lovelace
146f078df8 lmao time exists doesnt it 2022-06-30 20:59:17 -07:00
Jade
418991a0ce do a bit 2021-06-09 23:53:58 -07:00
Jade
6ff7b698d8 relicense content 2021-04-12 23:09:17 -07: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-
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