From 2dff905e5da07f6584695b4c84c25263fac3860d Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Sat, 2 Nov 2024 16:34:49 +0100 Subject: [PATCH] Fix Marp using README --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 60cc7a2..701bd5e 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ dontUnpack = true; buildPhase = '' - marp $src --output $out/presentation.html --html + marp $src/presentation.md --output $out/presentation.html --html cp -r $src/assets $out/assets ''; };