Unverified Commit 1f0ade48 authored by Benedikt Rips's avatar Benedikt Rips
Browse files

goto: remove updateScript

Currently, it does not work as expected since the goto 2.1.0 release is
not tagged.
parent d89fc19e
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@
  fetchFromGitHub,
  gawk,
  lib,
  nix-update-script,
  runCommand,
  stdenvNoCC,
  writableTmpDirAsHomeHook,
@@ -48,10 +47,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
        touch $out
      '';

  passthru.updateScript = nix-update-script {
    extraArgs = [ "--version=branch" ];
  };

  meta = {
    description = "Alias and navigate to directories with tab completion";
    homepage = "https://github.com/iridakos/goto";