send: add update script (#480329)
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user