nu_scripts: add updateScript
This commit is contained in:
parent
b4a1ffb17c
commit
a44e9d1ac5
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user