{ pkgs ? import {}, lib ? import , }: pkgs.buildNpmPackage rec { pname = "vedirect-reader-nixos-config"; version = "0.0.0"; src = pkgs.fetchFromGitea { domain = "gitea.com"; owner = "tasiaiso"; repo = "vedirect-reader"; rev = "fb4244eb5b35fa7011e7611eba8b95a4adf49787"; hash = "sha256-5rwiEI0+WCtxpvm9vMQTpzV7FHZjUi5kNi11PnrJ+a8="; }; npmDepsHash = "sha256-FzZwdsqr0al6FwGdin7LMmqFSA5u4OPaNVOdT5ZS8zw="; # dontNpmBuild = true; # nativeBuildInputs = with pkgs; [ # nodejs # ]; }