Skip to content

Commit d60d49b

Browse files
committed
fix typo
1 parent fc0e55c commit d60d49b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nix/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ This directory contains Nix package definitions for the Identus Mediator.
2424
# Build the mediator application
2525
nix build .#mediator
2626

27-
# Build Docker image (Linux only)
27+
# Build Docker image (Linux builder only)
2828
nix build .#mediator-docker
2929

30-
# Build cross-platform Docker images (Linux only)
30+
# Build cross-platform Docker images (Linux builder only)
3131
# These create Docker images for specific architectures regardless of your host architecture
3232
nix build .#mediator-docker-cross-linux-amd64
3333
nix build .#mediator-docker-cross-linux-arm64
@@ -47,7 +47,7 @@ nix develop
4747

4848
### Building on macOS
4949

50-
Docker images cannot be built natively on macOS, and cross-compilation is not yet supported in this repository yet.
50+
Docker images cannot be built natively on macOS, and cross-compilation is not yet supported in this repository.
5151
To build Docker images or Linux-specific packages from macOS, you need to configure a Linux remote builder.
5252

5353
Nix will automatically delegate builds to the remote builder when you specify a different system architecture:

0 commit comments

Comments
 (0)