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

Merge pull request #14112 from EphraimSiegfried/make-content-addressed-doc-fix

docs: fix build command in make-content-addressed.md
This commit is contained in:
Jörg Thalheim 2025-09-29 18:45:14 +02:00 committed by GitHub
commit fca6d8f1cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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