garnet: add updateScript
This commit is contained in:
parent
82f5a2a336
commit
45217e7de9
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user