doc: updated instructions with tests being moved around

no need to set flake now
This commit is contained in:
teto 2026-02-17 23:40:37 +01:00 committed by Austin Horstman
parent 8e0f4cdeee
commit 0f156f177d

View file

@ -217,13 +217,13 @@ and may cause failures. To run against the Nixpkgs from the `flake.lock` file,
use instead e.g.
``` 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
``` 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.