Skip to content

Commit

Permalink
chore: update references to nix-review to nixpkgs-review
Browse files Browse the repository at this point in the history
  • Loading branch information
KiaraGrouwstra authored and fricklerhandwerk committed Nov 9, 2024
1 parent bc5b75e commit cf6a8c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/by-name/ni/nixpkgs-review/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
];

Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/python-modules/aiofile/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/package-management/nix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cf6a8c9

Please sign in to comment.