ex_doc: add updateScript
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user