Init repo

This commit is contained in:
2025-01-14 13:21:53 +01:00
commit fc48be9407
8 changed files with 1312 additions and 0 deletions

7
package.nix Normal file
View File

@@ -0,0 +1,7 @@
{buildNpmPackage, ...}:
buildNpmPackage {
pname = "obsidian-tasks-reminder";
version = "0.0.1";
src = ./.;
npmDepsHash = "sha256-aUNhG2ntgUC14fQyad01nMoV2EY4gg3e6UvPOEhd8vU=";
}