From a2a8cb10ac17e03691b9f73ae14e5b6edbe66f4e Mon Sep 17 00:00:00 2001 From: John Ericson Date: Thu, 22 Sep 2022 14:36:26 -0400 Subject: Dodge "trusted" vs "trustworthy" by being explicit Hopefully this is best! --- src/nix/make-content-addressed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nix/make-content-addressed.md') diff --git a/src/nix/make-content-addressed.md b/src/nix/make-content-addressed.md index b0685bb6c..32eecc880 100644 --- a/src/nix/make-content-addressed.md +++ b/src/nix/make-content-addressed.md @@ -22,7 +22,7 @@ R""( ```console # nix copy --to /tmp/nix --trusted-public-keys '' nixpkgs#hello - cannot add path '/nix/store/zy9wbxwcygrwnh8n2w9qbbcr6zk87m26-libunistring-0.9.10' because it lacks a trustworthy signature + cannot add path '/nix/store/zy9wbxwcygrwnh8n2w9qbbcr6zk87m26-libunistring-0.9.10' because it lacks a signature by a trusted key ``` * Create a content-addressed representation of the current NixOS -- cgit v1.2.3