diff --git a/doc/contributing/submitting-changes.xml b/doc/contributing/submitting-changes.xml index f09711624117..0a652aef9232 100644 --- a/doc/contributing/submitting-changes.xml +++ b/doc/contributing/submitting-changes.xml @@ -298,14 +298,17 @@ Additional information. review changes from pull request number 12345: -nix-shell -p nix-review --run "nix-review pr 12345" +nix run nixpkgs.nix-review -c nix-review pr 12345 review uncommitted changes: -nix-shell -p nix-review --run "nix-review wip" +nix run nixpkgs.nix-review -c nix-review wip - + + + review changes from last commit: +nix run nixpkgs.nix-review -c nix-review rev HEAD
Tested execution of all binary files (usually in <filename>./result/bin/</filename>)