Init repo

This commit is contained in:
2025-04-01 11:10:19 +02:00
commit d9a37b86e8
9 changed files with 925 additions and 0 deletions

11
package.nix Normal file
View File

@@ -0,0 +1,11 @@
{
buildNpmPackage,
lib,
...
}:
buildNpmPackage {
pname = "actual-ing";
version = "0.0.1";
src = ./.;
npmDepsHash = "sha256-e2y4aSRtX0tqNKXUzN45F7+szc8GR7/bdiZTjKhlhiU=";
}