Unverified Commit 46a1505e authored by Karun Sandhu's avatar Karun Sandhu
Browse files

send: add update script

parent e74a0e97
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 {
@@ -42,9 +43,12 @@ buildNpmPackage rec {
      --set "NODE_ENV" "production"
  '';

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

  meta = {
    description = "File Sharing Experiment";