nu_scripts: add updateScript

This commit is contained in:
Mario Rodas 2023-07-26 04:20:00 +00:00
parent b4a1ffb17c
commit a44e9d1ac5

View File

@ -1,6 +1,7 @@
{ 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";