uefisettings: add updateScript
This commit is contained in:
@@ -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=";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user