From 2feb7934aca64773433cf09ea0a65e58cb8fdc89 Mon Sep 17 00:00:00 2001 From: Jonas Nick Date: Sat, 8 Aug 2026 06:51:42 +0000 Subject: [PATCH] run-tests: disable the nixos-search test --- test/run-tests.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/run-tests.sh b/test/run-tests.sh index 3df9ca7..39abf81 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -333,9 +333,10 @@ all() { examples flake # FIXME: Re-enable when the nixos-search input is usable again. - # It is currently at a rev whose flake-info resolves nixpkgs via - # `builtins.getFlake` instead of NIX_PATH, which breaks our postPatch and - # both runners. See ../dev/known-issues/nixos-search-flake-migration.md. + # flake-info at the currently locked rev supplies nixpkgs to its inner eval + # via `builtins.getFlake` instead of NIX_PATH. This breaks the postPatch in + # ./nixos-search/flake.nix and both runners in ./nixos-search, which pass + # nix-bitcoin's pinned nixpkgs through NIX_PATH. # Run explicitly with `./run-tests.sh nixosSearch`. # nixosSearch }