From 02e6ccfd26572269e23dc46df615ee48aec470ca Mon Sep 17 00:00:00 2001 From: Ryan Mulligan Date: Wed, 1 Jan 2020 21:21:26 -0800 Subject: [PATCH] improve documentation about Cachix downloads and trusted-users closes #134 --- src/Update.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Update.hs b/src/Update.hs index e87674459af76..fb6bfbb7740d3 100644 --- a/src/Update.hs +++ b/src/Update.hs @@ -340,6 +340,7 @@ prMessage updateEnv isBroken metaDescription metaHomepage releaseUrlMessage comp ' ``` (r-ryantm's Cachix cache is only trusted for this store-path realization.) + For the Cachix download to work, your user must be in the `trusted-users` list or you can use `sudo` since root is effectively trusted. Or, build yourself: ```