From 121dda0f1f5fbb861ca38d7225b8923ee53337b5 Mon Sep 17 00:00:00 2001 From: Ephraim Siegfried Date: Mon, 29 Sep 2025 14:07:26 +0200 Subject: [PATCH] docs: fix build command in make-content-addressed.md --- src/nix/make-content-addressed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nix/make-content-addressed.md b/src/nix/make-content-addressed.md index b1f7da525..e6a51c83a 100644 --- a/src/nix/make-content-addressed.md +++ b/src/nix/make-content-addressed.md @@ -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 ```