Init repo
This commit is contained in:
11
package.nix
Normal file
11
package.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
buildNpmPackage,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
buildNpmPackage {
|
||||
pname = "actual-ing";
|
||||
version = "0.0.1";
|
||||
src = ./.;
|
||||
npmDepsHash = "sha256-e2y4aSRtX0tqNKXUzN45F7+szc8GR7/bdiZTjKhlhiU=";
|
||||
}
|
||||
Reference in New Issue
Block a user