diff options
author | Profpatsch <mail@profpatsch.de> | 2021-01-29T14·58+0100 |
---|---|---|
committer | Profpatsch <mail@profpatsch.de> | 2021-04-30T21·47+0000 |
commit | 713f06629757c507607cf5dc88399a84d54f2469 (patch) | |
tree | 200408f3c130f944fadba927e117f7baa13844cf /nix/runExecline | |
parent | 3ef9b8fbd7e861d5c6aa56d23fb43bd05dbfed1a (diff) |
feat(users/Profpatsch/blog): implement blog engine lol r/2555
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 <mail@profpatsch.de>
Diffstat (limited to 'nix/runExecline')
-rw-r--r-- | nix/runExecline/runExecline.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 |