12 lines
186 B
Nix
12 lines
186 B
Nix
{
|
|
buildNpmPackage,
|
|
lib,
|
|
...
|
|
}:
|
|
buildNpmPackage {
|
|
pname = "actual-ing";
|
|
version = "0.0.1";
|
|
src = ./.;
|
|
npmDepsHash = "sha256-e2y4aSRtX0tqNKXUzN45F7+szc8GR7/bdiZTjKhlhiU=";
|
|
}
|