gleam: add version check hook

This commit is contained in:
awwpotato
2025-04-17 19:36:54 -07:00
parent dbf960bc5c
commit e5be0e55e0
+4
View File
@@ -9,6 +9,7 @@
nodejs,
bun,
deno,
versionCheckHook,
nix-update-script,
}:
@@ -41,6 +42,9 @@ rustPlatform.buildRustPackage (finalAttrs: {
"--skip=tests::echo::echo_dict"
];
doInstallCheck = true;
nativeInstallCheckInputs = [ versionCheckHook ];
passthru.updateScript = nix-update-script { };
meta = {