Unverified Commit e5be0e55 authored by awwpotato's avatar awwpotato
Browse files

gleam: add version check hook

parent dbf960bc
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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 = {