Install scaffolding for Peggy grammar generator

This commit is contained in:
2025-01-14 14:27:53 +01:00
parent fc48be9407
commit f1f87bc8e8
9 changed files with 90 additions and 7 deletions

View File

@@ -1,7 +1,11 @@
{buildNpmPackage, ...}:
{
buildNpmPackage,
lib,
...
}:
buildNpmPackage {
pname = "obsidian-tasks-reminder";
version = "0.0.1";
src = ./.;
npmDepsHash = "sha256-aUNhG2ntgUC14fQyad01nMoV2EY4gg3e6UvPOEhd8vU=";
npmDepsHash = "sha256-rhwGWuw/X7YGdPwIrgkIGukFNpAwpx/a6H3D/2cVP5Y=";
}