mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
cargo-tauri: rename tests.setupHooks to tests.hook
Just a nitpick. Meant to make the actual used value and the test name consistent
This commit is contained in:
@@ -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; };
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user