From 713f06629757c507607cf5dc88399a84d54f2469 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Fri, 29 Jan 2021 15:58:33 +0100 Subject: feat(users/Profpatsch/blog): implement blog engine lol MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit My horrible blog engine v0.0.0.0.1. Don’t judge. Change-Id: I427b4e84d67aa49793cb7625e4d8ca2824f00943 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2456 Tested-by: BuildkiteCI Reviewed-by: Profpatsch --- nix/runExecline/runExecline.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix') diff --git a/nix/runExecline/runExecline.nix b/nix/runExecline/runExecline.nix index 498e26e576f5..0e45080735bb 100644 --- a/nix/runExecline/runExecline.nix +++ b/nix/runExecline/runExecline.nix @@ -51,6 +51,7 @@ let in +# TODO: move name into the attrset name: { # a string to pass as stdin to the execline script -- cgit 1.4.1