uefisettings: add updateScript

This commit is contained in:
nat
2025-04-13 15:43:09 +02:00
parent 32ba344ba1
commit 389c75dd11
+3
View File
@@ -2,6 +2,7 @@
fetchFromGitHub,
lib,
rustPlatform,
unstableGitUpdater,
}:
rustPlatform.buildRustPackage {
@@ -15,6 +16,8 @@ rustPlatform.buildRustPackage {
hash = "sha256-Cik8uVdzhMmgXfx23axkUJBg8zd5afMgYvluN0BJsdo=";
};
passthru.updateScript = unstableGitUpdater { };
useFetchCargoVendor = true;
cargoHash = "sha256-adCC5o17j6tuffymiLUn2SEPlrjMzYn6a74/4a9HI/w=";