meshcentral: make reproducible

Closes #472246

While there's a refactoring of the package ongoing (#460508), the fix is
trivial enough.
This commit is contained in:
Maximilian Bosch
2025-12-21 19:16:45 +01:00
parent 68fdcd0b5e
commit 232fe85fd4
+2
View File
@@ -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;