Commit cf6a8c9b authored by Kiara Grouwstra's avatar Kiara Grouwstra Committed by Valentin Gagarin
Browse files

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

parent bc5b75eb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
    ];

+1 −1
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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: