gleam: add version check hook
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user