From 1ed025fe46f6618d49d1c6f7bb79bdd3db17d817 Mon Sep 17 00:00:00 2001 From: Acid Bong Date: Sun, 26 Oct 2025 20:14:28 +0200 Subject: [PATCH] genemichaels: add updateScript --- pkgs/by-name/ge/genemichaels/package.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/by-name/ge/genemichaels/package.nix b/pkgs/by-name/ge/genemichaels/package.nix index 63b1d44e0846..5759076c2bd5 100644 --- a/pkgs/by-name/ge/genemichaels/package.nix +++ b/pkgs/by-name/ge/genemichaels/package.nix @@ -2,6 +2,7 @@ lib, rustPlatform, fetchCrate, + nix-update-script, }: rustPlatform.buildRustPackage rec { @@ -15,6 +16,8 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-SVJ3vXa2yNhdayUsYNpXSqLrMzi4JzjKuh0VTteIOLs="; + passthru.updateScript = nix-update-script { }; + meta = { description = "Even formats macros"; homepage = "https://github.com/andrewbaxter/genemichaels";