Skip to content

Commit

Permalink
Merge pull request #131 from DeterminateSystems/colemickens/substitit…
Browse files Browse the repository at this point in the history
…uers

login: nix.conf s/extra-trusted-substituters/extra-substituters/g
  • Loading branch information
colemickens authored Jul 30, 2024
2 parents ec8adab + 81090c1 commit 5db2fa1
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 @@ -138,7 +138,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 5db2fa1

Please sign in to comment.