tests.nixpkgs-check-by-name: Minor README.md update

This commit is contained in:
Silvan Mosberger 2024-01-17 11:10:54 +01:00
parent 28c4666e8b
commit aba7e02e1c

View File

@ -69,7 +69,7 @@ Tests are declared in [`./tests`](./tests) as subdirectories imitating Nixpkgs w
- `default.nix`:
Always contains
```nix
import ../mock-nixpkgs.nix { root = ./.; }
import <test-nixpkgs> { root = ./.; }
```
which makes
```