Unverified Commit 232fe85f authored by Maximilian Bosch's avatar Maximilian Bosch
Browse files

meshcentral: make reproducible

Closes #472246

While there's a refactoring of the package ongoing (#460508), the fix is
trivial enough.
parent 68fdcd0b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -41,6 +41,8 @@ yarn2nix-moretea.mkYarnPackage {
    ln -s $out/libexec/meshcentral/deps/meshcentral/meshcentral.js $out/bin/meshcentral
  '';

  doDist = false;

  publishBinsFor = [ ];

  passthru.updateScript = ./update.sh;