1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 12:06:01 +01:00

docs: fix build command in make-content-addressed.md

This commit is contained in:
Ephraim Siegfried 2025-09-29 14:07:26 +02:00
parent b0431a76f5
commit 121dda0f1f

View file

@ -51,7 +51,7 @@ be verified without any additional information such as
signatures. This means that a command like
```console
# nix store build /nix/store/5skmmcb9svys5lj3kbsrjg7vf2irid63-hello-2.10 \
# nix build /nix/store/5skmmcb9svys5lj3kbsrjg7vf2irid63-hello-2.10 \
--substituters https://my-cache.example.org
```