Loading pkgs/by-name/ca/cargo-tauri/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ rustPlatform.buildRustPackage rec { hook = callPackage ./hook.nix { }; tests = { setupHooks = callPackage ./test-app.nix { }; hook = callPackage ./test-app.nix { }; version = testers.testVersion { package = cargo-tauri; }; }; Loading Loading
pkgs/by-name/ca/cargo-tauri/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ rustPlatform.buildRustPackage rec { hook = callPackage ./hook.nix { }; tests = { setupHooks = callPackage ./test-app.nix { }; hook = callPackage ./test-app.nix { }; version = testers.testVersion { package = cargo-tauri; }; }; Loading