Skip to content

Commit

Permalink
turn untrusted user options into a) b) and c)
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Mar 27, 2024
1 parent b4d768f commit 26d703f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devenv/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -304,20 +304,20 @@ impl App {
self.logger.error(&indoc::formatdoc!(
"You're not a trusted user of the Nix store. You have the following options:
1. Add yourself to the trusted-users list in /etc/nix/nix.conf for devenv to manage caches for you.
a) Add yourself to the trusted-users list in /etc/nix/nix.conf for devenv to manage caches for you.
trusted-users = root {}
Restart nix-daemon with:
$ {restart_command}
2. Add binary caches to /etc/nix/nix.conf yourself:
b) Add binary caches to /etc/nix/nix.conf yourself:
extra-substituters = {}
extra-trusted-public-keys = {}
3. Disable Cachix in `devenv.nix`:
c) Disable Cachix in `devenv.nix`:
{{
cachix.enable = false;
Expand Down

0 comments on commit 26d703f

Please sign in to comment.