lubelogger: add passthru.updateScript

Should allow automated updates to work when `deps.json` changes between
releases.
This commit is contained in:
Lyndon Sanche
2026-06-20 10:30:23 -06:00
parent 748b57ed93
commit 5bd4731d62
+3
View File
@@ -3,6 +3,7 @@
buildDotnetModule,
dotnetCorePackages,
fetchFromGitHub,
nix-update-script,
}:
buildDotnetModule rec {
@@ -28,6 +29,8 @@ buildDotnetModule rec {
executables = [ "CarCareTracker" ]; # This wraps "$out/lib/$pname/foo" to `$out/bin/foo`.
passthru.updateScript = nix-update-script { };
meta = {
description = "Vehicle service records and maintainence tracker";
longDescription = ''