mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 05:12:56 +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 = {
|
settings = {
|
||||||
|
|
||||||
# Add community Cachix to binary cache
|
# Add community Cachix to binary cache
|
||||||
substituters = [ "https://nix-community.cachix.org" ];
|
substituters = lib.mkIf (!pkgs.stdenv.isDarwin)
|
||||||
trusted-public-keys = [
|
[ "https://nix-community.cachix.org" ];
|
||||||
|
trusted-public-keys = lib.mkIf (!pkgs.stdenv.isDarwin) [
|
||||||
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user