mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +00:00
disable community cachix on macos
ssl at work prevents connection
This commit is contained in:
parent
12682a57e1
commit
183babd2f0
@ -88,8 +88,9 @@
|
||||
settings = {
|
||||
|
||||
# Add community Cachix to binary cache
|
||||
substituters = [ "https://nix-community.cachix.org" ];
|
||||
trusted-public-keys = [
|
||||
substituters = lib.mkIf (!pkgs.stdenv.isDarwin)
|
||||
[ "https://nix-community.cachix.org" ];
|
||||
trusted-public-keys = lib.mkIf (!pkgs.stdenv.isDarwin) [
|
||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user