scanservjs: link nixosTests

This commit is contained in:
Bjørn Forsman
2026-06-08 18:12:27 +02:00
parent 32157e1c52
commit dc0c61e445
+5
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.";