Commit a44e9d1a authored by Mario Rodas's avatar Mario Rodas
Browse files

nu_scripts: add updateScript

parent b4a1ffb1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
{ lib
, stdenvNoCC
, fetchFromGitHub
, unstableGitUpdater
}:

stdenvNoCC.mkDerivation rec {
@@ -23,6 +24,8 @@ stdenvNoCC.mkDerivation rec {
    runHook postInstall
  '';

  passthru.updateScript = unstableGitUpdater { };

  meta = {
    description = "A place to share Nushell scripts with each other";
    homepage = "https://github.com/nushell/nu_scripts";