garnet: add updateScript

This commit is contained in:
seth 2024-06-14 20:14:47 -04:00
parent 82f5a2a336
commit 45217e7de9
No known key found for this signature in database
GPG Key ID: D31BD0D494BBEE86

View File

@ -3,6 +3,7 @@
buildDotnetModule,
fetchFromGitHub,
dotnetCorePackages,
nix-update-script,
}:
buildDotnetModule rec {
pname = "garnet";
@ -26,6 +27,10 @@ buildDotnetModule rec {
"net8.0"
];
passthru = {
updateScript = nix-update-script { };
};
meta = {
description = "Remote cache-store from Microsoft Research";
longDescription = ''