From 0f156f177da97604a9a91f4875a2ced7ba2941c5 Mon Sep 17 00:00:00 2001 From: teto <886074+teto@users.noreply.github.com> Date: Tue, 17 Feb 2026 23:40:37 +0100 Subject: [PATCH] doc: updated instructions with tests being moved around no need to set flake now --- docs/manual/contributing/tests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/contributing/tests.md b/docs/manual/contributing/tests.md index c4793101..5a1514cd 100644 --- a/docs/manual/contributing/tests.md +++ b/docs/manual/contributing/tests.md @@ -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.