example: add some notes

This commit is contained in:
41666 2025-05-14 19:24:31 -07:00
parent 9d17b10a24
commit f9dd886974

View file

@ -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.
];
}