From bdb4ee0e0bbdf94110e57322fc28c9d39d7ea9c5 Mon Sep 17 00:00:00 2001 From: Erik Arvstedt Date: Fri, 23 Sep 2022 09:03:57 +0200 Subject: [PATCH] revert "tests: disable `nixosSearch`" --- .cirrus.yml | 1 + README.md | 2 ++ test/run-tests.sh | 5 ----- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 207b534..430078f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -35,6 +35,7 @@ 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 a282146..75147e3 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ 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 9bf0b05..b380853 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -275,11 +275,6 @@ 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