We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964d221 commit 0a61b99Copy full SHA for 0a61b99
source/tutorials/nixos/building-and-running-docker-images.md
@@ -39,8 +39,8 @@ pkgs.dockerTools.buildImage {
39
:::{note}
40
If you're running **macOS** or any platform other than `x86_64-linux`, you'll need to either:
41
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`
+- [Set up a remote build machine](distributed-build-setup-tutorial) to build on Linux
+- [Cross compile to Linux](cross-compilation) by replacing `pkgsLinux.hello` with `pkgs.pkgsCross.musl64.hello`
44
:::
45
46
We call the `dockerTools.buildImage` and pass in some parameters:
0 commit comments