send: add update script (#480329)

This commit is contained in:
Jörg Thalheim
2026-01-17 11:32:27 +00:00
committed by GitHub
+6 -2
View File
@@ -4,6 +4,7 @@
fetchFromGitHub,
makeBinaryWrapper,
nodejs_20,
nix-update-script,
nixosTests,
}:
buildNpmPackage rec {
@@ -44,8 +45,11 @@ buildNpmPackage rec {
--set "NODE_ENV" "production"
'';
passthru.tests = {
inherit (nixosTests) send;
passthru = {
updateScript = nix-update-script { };
tests = {
inherit (nixosTests) send;
};
};
meta = {