blob: 6b6f1cb9f5e94341c61ac63749dfca64a07668e1 (
plain) (
tree)
|
|
{ depot, ... }:
{
config = {
name = "TVL's blog";
footer = depot.web.tvl.footer {};
baseUrl = "https://tvl.fyi/blog";
};
posts = [
{
key = "rewriting-nix";
title = "Tvix: We are rewriting Nix";
date = 1636038556;
content = ./rewriting-nix.md;
}
];
}
|