revert "tests: disable nixosSearch
"
This commit is contained in:
parent
d96c0a628a
commit
bdb4ee0e0b
@ -35,6 +35,7 @@ task:
|
|||||||
- name: flake
|
- name: flake
|
||||||
build_script:
|
build_script:
|
||||||
- nix flake check
|
- nix flake check
|
||||||
|
- ./test/nixos-search/ci-test.sh
|
||||||
|
|
||||||
- name: shellcheck
|
- name: shellcheck
|
||||||
build_script:
|
build_script:
|
||||||
|
@ -53,6 +53,8 @@ Hint: To show a table of contents, click the button (
|
||||||
* [Hardware requirements](docs/hardware.md)
|
* [Hardware requirements](docs/hardware.md)
|
||||||
* [Installation](docs/install.md)
|
* [Installation](docs/install.md)
|
||||||
* [Configuration and maintenance](docs/configuration.md)
|
* [Configuration and maintenance](docs/configuration.md)
|
||||||
|
@ -275,11 +275,6 @@ flake() {
|
|||||||
|
|
||||||
# Test generating module documentation for search.nixos.org
|
# Test generating module documentation for search.nixos.org
|
||||||
nixosSearch() {
|
nixosSearch() {
|
||||||
# TODO-EXTERNAL:
|
|
||||||
# Remove this when nixos-search has been fixed
|
|
||||||
echo "Skipping test nixosSearch"
|
|
||||||
return
|
|
||||||
|
|
||||||
if ! checkFlakeSupport "nixosSearch"; then return; fi
|
if ! checkFlakeSupport "nixosSearch"; then return; fi
|
||||||
|
|
||||||
if [[ $_nixBitcoinInCopiedSrc ]]; then
|
if [[ $_nixBitcoinInCopiedSrc ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user