dapphub / dapp-tools

Code for the dapp.tools website
https://dapp.tools
22 stars 13 forks source link

Installer adds duplicated blob in nix.conf #11

Closed asymmetric closed 5 years ago

asymmetric commented 5 years ago

If the installer is run multiple times, it adds the same blob of text to the ~/.config/nix/nix.conf:

# added by Dapptools installer
substituters = https://cache.nixos.org https://dapp.cachix.org
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= dapp.cachix.org-1:9GJt9Ja8IQwR7YW/aF0QvCa6OmjGmsKoZIist0dG+Rs=
# added by Dapptools installer
substituters = https://cache.nixos.org https://dapp.cachix.org
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= dapp.cachix.org-1:9GJt9Ja8IQwR7YW/aF0QvCa6OmjGmsKoZIist0dG+Rs=
# added by Dapptools installer
substituters = https://cache.nixos.org https://dapp.cachix.org
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= dapp.cachix.org-1:9GJt9Ja8IQwR7YW/aF0QvCa6OmjGmsKoZIist0dG+Rs=

Are there better approaches?

asymmetric commented 5 years ago

Closed in #10.