plugin support
This commit is contained in:
parent
317dd961a2
commit
4ee5913bd0
7 changed files with 58 additions and 12 deletions
|
@ -4,7 +4,9 @@
|
|||
version,
|
||||
|
||||
# TODO: do not require flakes
|
||||
markdollParser ? inputs.markdoll.packages.${pkgs.system}.markdoll,
|
||||
markdollParser ? inputs.markdoll.packages.${pkgs.system}.markdoll.override({
|
||||
danger = true;
|
||||
}),
|
||||
markdollPlugins ? [],
|
||||
src,
|
||||
|
||||
|
@ -17,6 +19,7 @@ in pkgs.stdenvNoCC.mkDerivation {
|
|||
inherit name version src;
|
||||
|
||||
buildPhase = ''
|
||||
export PATH="$PATH:${pkgs.lib.makeBinPath markdollPlugins}"
|
||||
mkdir dist
|
||||
|
||||
echoerr() { cat <<< "$@" 1>&2; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue