Unverified Commit 424c1fae authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

send: add update script (#480329)

parents 9e91377c 46a1505e
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  fetchFromGitHub,
  makeBinaryWrapper,
  nodejs_20,
  nix-update-script,
  nixosTests,
}:
buildNpmPackage rec {
@@ -44,9 +45,12 @@ buildNpmPackage rec {
      --set "NODE_ENV" "production"
  '';

  passthru.tests = {
  passthru = {
    updateScript = nix-update-script { };
    tests = {
      inherit (nixosTests) send;
    };
  };

  meta = {
    description = "File Sharing Experiment";