Skip to content

Commit cc9e1db

Browse files
committed
ex_doc: add updateScript
1 parent efbd3b0 commit cc9e1db

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pkgs/development/beam-modules/ex_doc/default.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ lib, elixir, fetchFromGitHub, fetchMixDeps, mixRelease }:
1+
{ lib, elixir, fetchFromGitHub, fetchMixDeps, mixRelease, nix-update-script }:
22
# Based on ../elixir-ls/default.nix
33

44
let
@@ -41,6 +41,8 @@ mixRelease {
4141
runHook postInstall
4242
'';
4343

44+
passthru.updateScript = nix-update-script { };
45+
4446
meta = with lib; {
4547
homepage = "https://github.com/elixir-lang/ex_doc";
4648
description = ''

0 commit comments

Comments
 (0)