doc: updated instructions with tests being moved around
no need to set flake now
This commit is contained in:
parent
8e0f4cdeee
commit
0f156f177d
1 changed files with 2 additions and 2 deletions
|
|
@ -217,13 +217,13 @@ and may cause failures. To run against the Nixpkgs from the `flake.lock` file,
|
||||||
use instead e.g.
|
use instead e.g.
|
||||||
|
|
||||||
``` shell
|
``` shell
|
||||||
$ nix build --reference-lock-file flake.lock --option allow-import-from-derivation false ./tests#test-all
|
$ nix build --option allow-import-from-derivation false .#test-all
|
||||||
```
|
```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
``` shell
|
``` shell
|
||||||
$ nix build --reference-lock-file flake.lock --option allow-import-from-derivation false ./tests#test-alacritty-empty-settings
|
$ nix build --option allow-import-from-derivation false .#test-alacritty-empty-settings
|
||||||
```
|
```
|
||||||
|
|
||||||
Some tests may be marked with `enableLegacyIfd`, those may be run by run with e.g.
|
Some tests may be marked with `enableLegacyIfd`, those may be run by run with e.g.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue