bootspec: add update script

This commit is contained in:
r-vdp
2025-08-27 00:36:03 +03:00
parent 91865b5276
commit 708992a460
+3
View File
@@ -2,6 +2,7 @@
lib,
rustPlatform,
fetchFromGitHub,
nix-update-script,
}:
rustPlatform.buildRustPackage rec {
pname = "bootspec";
@@ -16,6 +17,8 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-fKbF5SyI0UlZTWsygdE8BGWuOoNSU4jx+CGdJoJFhZs=";
passthru.updateScript = nix-update-script { };
meta = with lib; {
description = "Implementation of RFC-0125's datatype and synthesis tooling";
homepage = "https://github.com/DeterminateSystems/bootspec";