ex_doc: add updateScript

This commit is contained in:
Adam C. Stephens
2025-02-16 19:59:46 -05:00
parent efbd3b03d2
commit cc9e1db81b
@@ -1,4 +1,4 @@
{ lib, elixir, fetchFromGitHub, fetchMixDeps, mixRelease }:
{ lib, elixir, fetchFromGitHub, fetchMixDeps, mixRelease, nix-update-script }:
# Based on ../elixir-ls/default.nix
let
@@ -41,6 +41,8 @@ mixRelease {
runHook postInstall
'';
passthru.updateScript = nix-update-script { };
meta = with lib; {
homepage = "https://github.com/elixir-lang/ex_doc";
description = ''