all repos — nixfiles @ 3a292a23130db25932a6ceec755e1bb19487e5d3

System and user configuration, managed by nix and home-manager

Update to nix-darwin unstable on mba

Alan Pearce
commit

3a292a23130db25932a6ceec755e1bb19487e5d3

parent

574a3b9cf74275c99abfb59f676ea17f65df0404

1 file changed, 3 insertions(+), 3 deletions(-)

changed files
M system/settings/programs/base.nixsystem/settings/programs/base.nix
@@ -6,8 +6,8 @@ cachix
vim zstd ]; - nix = { - binaryCaches = ["https://nix-community.cachix.org"]; - binaryCachePublicKeys = ["nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="]; + nix.settings = { + trusted-substituters = ["https://nix-community.cachix.org"]; + trusted-public-keys = ["nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="]; }; }