chore: update references to nix-review to nixpkgs-review

This commit is contained in:
Kiara Grouwstra
2024-11-09 14:43:16 +01:00
committed by Valentin Gagarin
parent bc5b75eb11
commit cf6a8c9b4b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ python3Packages.buildPythonApplication rec {
[
"--prefix PATH : ${lib.makeBinPath binPath}"
"--set-default NIX_SSL_CERT_FILE ${cacert}/etc/ssl/certs/ca-bundle.crt"
# we don't have any runtime deps but nix-review shells might inject unwanted dependencies
# we don't have any runtime deps but nixpkgs-review shells might inject unwanted dependencies
"--unset PYTHONPATH"
];
@@ -37,7 +37,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "aiofile" ];
disabledTests = [
# Tests (SystemError) fails randomly during nix-review
# Tests (SystemError) fails randomly during nixpkgs-review
"test_async_open_fp"
"test_async_open_iter_chunked"
"test_async_open_iter_chunked"
+1 -1
View File
@@ -11,7 +11,7 @@ Alternatively, you can request access to the Nix community builder for all platf
To build all dependent packages, use:
```
nix-review pr <your-pull-request>
nixpkgs-review pr <your-pull-request>
```
And to build all important NixOS tests, run: