From f9dd88697493518bacae5c9fb5ff985b11946ee3 Mon Sep 17 00:00:00 2001 From: noe Date: Wed, 14 May 2025 19:24:31 -0700 Subject: [PATCH] example: add some notes --- examples/quickstart/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/quickstart/default.nix b/examples/quickstart/default.nix index 2198ac0..e1d963a 100644 --- a/examples/quickstart/default.nix +++ b/examples/quickstart/default.nix @@ -32,5 +32,6 @@ (pkgs.mkMarkdollPlugin "plural" ./plugins/plural.sh) ((pkgs.mkMarkdollPlugin "tools" ./plugins/tools.py).override { buildInputs = [ pkgs.python3 ]; }) (pkgs.mkMarkdollPlugin "sPoNgEbOb" sPoNgEbOb) + # if your scripts need other things in path, they're sometimes best put here too. ]; } \ No newline at end of file