run-tests: disable the nixos-search test

This commit is contained in:
Jonas Nick
2026-08-08 06:54:06 +00:00
parent 8f7dcb6e2a
commit 2feb7934ac
+4 -3
View File
@@ -333,9 +333,10 @@ all() {
examples examples
flake flake
# FIXME: Re-enable when the nixos-search input is usable again. # FIXME: Re-enable when the nixos-search input is usable again.
# It is currently at a rev whose flake-info resolves nixpkgs via # flake-info at the currently locked rev supplies nixpkgs to its inner eval
# `builtins.getFlake` instead of NIX_PATH, which breaks our postPatch and # via `builtins.getFlake` instead of NIX_PATH. This breaks the postPatch in
# both runners. See ../dev/known-issues/nixos-search-flake-migration.md. # ./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`. # Run explicitly with `./run-tests.sh nixosSearch`.
# nixosSearch # nixosSearch
} }