Commit e5933639 authored by László Vaskó's avatar László Vaskó
Browse files

unblob: use the default nix-updates-script to handle cargoDeps hash update

parent a6154a26
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
  libiconv,
  python3,
  fetchFromGitHub,
  gitUpdater,
  makeWrapper,
  rustPlatform,
  stdenvNoCC,
@@ -131,7 +130,6 @@ python3.pkgs.buildPythonApplication rec {
  ];

  passthru = {
    updateScript = gitUpdater { };
    # helpful to easily add these to a nix-shell environment
    inherit runtimeDeps;
  };