Loading pkgs/shells/nushell/nu_scripts/default.nix +3 −0 Original line number Diff line number Diff line { lib , stdenvNoCC , fetchFromGitHub , unstableGitUpdater }: stdenvNoCC.mkDerivation rec { Loading @@ -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 Loading
pkgs/shells/nushell/nu_scripts/default.nix +3 −0 Original line number Diff line number Diff line { lib , stdenvNoCC , fetchFromGitHub , unstableGitUpdater }: stdenvNoCC.mkDerivation rec { Loading @@ -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