watchman: add update script

This commit is contained in:
Emily
2024-11-18 17:45:23 +00:00
parent 9a90e1cd80
commit ec166bb5f0
+4
View File
@@ -31,6 +31,8 @@
gtest,
nix-update-script,
stateDir ? "",
}:
@@ -105,6 +107,8 @@ stdenv.mkDerivation (finalAttrs: {
remove-references-to -t ${folly.fmt.dev} $out/bin/*
'';
passthru.updateScript = nix-update-script { };
meta = {
description = "Watches files and takes action when they change";
homepage = "https://facebook.github.io/watchman";