Create Nix flake and app package
This commit is contained in:
7
package.nix
Normal file
7
package.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{buildNpmPackage, ...}:
|
||||
buildNpmPackage {
|
||||
pname = "tauron-scrapper";
|
||||
version = "0.0.1";
|
||||
src = ./.;
|
||||
npmDepsHash = "sha256-MNbrgr1/Qg97q479Vn3rc2ITEXntBHBplT0uui9n0YI=";
|
||||
}
|
||||
Reference in New Issue
Block a user