Skip to content

Commit 0a669cd

Browse files
committed
Fix link
1 parent 6120698 commit 0a669cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/tutorials/nixos/building-and-running-docker-images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pkgs.dockerTools.buildImage {
3939
:::{note}
4040
If you're running **macOS** or any platform other than `x86_64-linux`, you'll need to either:
4141

42-
- [Set up a remote builder](https://github.com/nix-dot-dev/nix.dev/issues/157) to build on Linux
42+
- [Set up a remote builder](distributed-build-setup-tutorial) to build on Linux
4343
- {ref}`Cross compile to Linux <cross-compilation>` by replacing `pkgsLinux.hello` with `pkgs.pkgsCross.musl64.hello`
4444
:::
4545

0 commit comments

Comments
 (0)