Unverified Commit 99ae1d7c authored by Gutyina Gergő's avatar Gutyina Gergő
Browse files

cargo-tauri_1: fix eval

parent 459b40bc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ cargo-tauri.overrideAttrs (
    };

    passthru = {
      inherit (oldAttrs.passthru) hook;
      inherit (oldAttrs.passthru) hook gst-plugin;
      tests = { inherit (oldAttrs.passthru.tests) version; };
    };