You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pulling a nixery shell image with nodepackages.mermaid-cli does not contain the mmdc executable. I haven't tested with other node packages, but my guess is that they'd have the same issue.
Actual behaviour: mmdc is not available:
~ docker run --rm -it nixery.dev/shell/nodepackages.mermaid-clibash-5.1# mmdc --versionbash: mmdc: command not foundbash-5.1# ls -laF /nix/store/*/lib/node_modules/.bin/mmdc-r-xr-xr-x 1 0 0 310 Jan 1 1970 /nix/store/59c14wz6n6iyk82bmzx8rxzm4sb72xdm-_at_mermaid-js_slash_mermaid-cli-9.1.2/lib/node_modules/.bin/mmdc*bash-5.1#
Expected behaviour: mmdc should be available, just like in nix shell:
Pulling a nixery shell image with
nodepackages.mermaid-cli
does not contain themmdc
executable. I haven't tested with other node packages, but my guess is that they'd have the same issue.Actual behaviour:
mmdc
is not available:Expected behaviour:
mmdc
should be available, just like innix shell
:(I don't think it matters, but I'm running NixOS
22.11.20220604.231efec (Raccoon)
.The text was updated successfully, but these errors were encountered: