Init Nix flake and create Nix package
This commit is contained in:
7
package.nix
Normal file
7
package.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{buildNpmPackage, ...}:
|
||||
buildNpmPackage {
|
||||
pname = "oh-importer";
|
||||
version = "0.0.1";
|
||||
src = ./.;
|
||||
npmDepsHash = "sha256-s6Pt1NgcvzXAIAOEgJlJQitrU9SgbFQjq926LttYmyU=";
|
||||
}
|
||||
Reference in New Issue
Block a user