Skip to content

Commit

Permalink
login: nix.conf s/extra-trusted-substituters/extra-substituters/g
Browse files Browse the repository at this point in the history
  • Loading branch information
colemickens committed Jul 30, 2024
1 parent e2bd2d2 commit 81090c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/cmd/login/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ impl LoginSubcommand {
let root_nix_config_addition = format!(
"\n\
netrc-file = {netrc}\n\
extra-trusted-substituters = {cache_addr}\n\
extra-substituters = {cache_addr}\n\
extra-trusted-public-keys = {keys}\n\
",
netrc = netrc_file_string,
Expand Down

0 comments on commit 81090c1

Please sign in to comment.