Skip to content

Commit 0a61b99

Browse files
fix broken link (#1111)
actually that was an issue to add a tutorial, and that tutorial now exists!
1 parent 964d221 commit 0a61b99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ 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
43-
- {ref}`Cross compile to Linux <cross-compilation>` by replacing `pkgsLinux.hello` with `pkgs.pkgsCross.musl64.hello`
42+
- [Set up a remote build machine](distributed-build-setup-tutorial) to build on Linux
43+
- [Cross compile to Linux](cross-compilation) by replacing `pkgsLinux.hello` with `pkgs.pkgsCross.musl64.hello`
4444
:::
4545

4646
We call the `dockerTools.buildImage` and pass in some parameters:

0 commit comments

Comments
 (0)