diff --git a/.cirrus.yml b/.cirrus.yml index 430078f..207b534 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -35,7 +35,6 @@ task: - name: flake build_script: - nix flake check - - ./test/nixos-search/ci-test.sh - name: shellcheck build_script: diff --git a/README.md b/README.md index b4439d8..320fc2d 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,6 @@ Hint: To show a table of contents, click the button (![Github TOC button](docs/i top left corner of the documents. - -* [NixOS options search](https://search.nixos.org/flakes?channel=unstable&sort=relevance&type=options&query=bitcoin) * [Hardware requirements](docs/hardware.md) * [Installation](docs/install.md) * [Configuration and maintenance](docs/configuration.md) diff --git a/test/run-tests.sh b/test/run-tests.sh index b380853..9bf0b05 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -275,6 +275,11 @@ flake() { # Test generating module documentation for search.nixos.org nixosSearch() { + # TODO-EXTERNAL: + # Remove this when nixos-search has been fixed + echo "Skipping test nixosSearch" + return + if ! checkFlakeSupport "nixosSearch"; then return; fi if [[ $_nixBitcoinInCopiedSrc ]]; then