Skip to content

Commit

Permalink
Merge pull request #532 from zmitchell/fix-broken-install-nix-link
Browse files Browse the repository at this point in the history
  • Loading branch information
fricklerhandwerk committed May 6, 2023
2 parents 5cbd443 + f127d9d commit 6d89d43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,8 @@
r"https://matrix.to",
# returns 403 on CI
r"https://www.lesswrong.com",
# Linkcheck fails on anchors in GH READMEs, see https://github.com/sphinx-doc/sphinx/issues/9016
r"https://github.com/cachix/install-nix-action#how-do-i-run-nixos-tests"
]

# Anchors are not present in HTML
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,5 +216,5 @@ Linux server 5.10.37 #1-NixOS SMP Fri May 14 07:50:46 UTC 2021 x86_64 GNU/Linux

- Running integration tests on CI requires hardware acceleration, which many CIs do not support.
To run integration tests on {ref}`GitHub Actions <github-actions>` see
[how to disable hardware acceleration](https://github.com/cachix/install-nix-action#user-content-how-can-i-run-nixos-tests).
[how to disable hardware acceleration](https://github.com/cachix/install-nix-action#how-do-i-run-nixos-tests).
- NixOS comes with a large set of tests that serve also as educational examples. A good inspiration is [Matrix bridging with an IRC](https://github.com/NixOS/nixpkgs/blob/master/nixos/tests/matrix/appservice-irc.nix).

0 comments on commit 6d89d43

Please sign in to comment.