scanservjs: link nixosTests

(cherry picked from commit dc0c61e445)
This commit is contained in:
Bjørn Forsman 2026-06-07 20:42:59 +02:00 committed by github-actions[bot]
commit ce12965fd9

View file

@ -3,6 +3,7 @@
fetchFromGitHub,
buildNpmPackage,
nodejs,
nixosTests,
}:
buildNpmPackage (finalAttrs: {
@ -50,6 +51,10 @@ buildNpmPackage (finalAttrs: {
runHook postInstall
'';
passthru = {
tests.smoke-test = nixosTests.scanservjs;
};
meta = {
description = "SANE scanner nodejs web ui";
longDescription = "scanservjs is a simple web-based UI for SANE which allows you to share a scanner on a network without the need for drivers or complicated installation.";