Commit e40a7abe authored by figsoda's avatar figsoda
Browse files

mlv-app: move updateScript to passthru

parent 7ebc04c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ stdenv.mkDerivation (finalAttrs: {
    runHook postInstall
  '';

  updateScript = nix-update-script { };
  passthru.updateScript = nix-update-script { };

  meta = {
    description = "All in one MLV processing app that is pretty great";