summary refs log tree commit diff stats
path: root/system/settings/programs
diff options
context:
space:
mode:
authorAlan Pearce2022-10-03 00:01:54 +0200
committerAlan Pearce2022-10-03 00:01:54 +0200
commit3a292a23130db25932a6ceec755e1bb19487e5d3 (patch)
treed2ffd644338fb5e3f243a3b1c9ff4b64e97075ca /system/settings/programs
parent574a3b9cf74275c99abfb59f676ea17f65df0404 (diff)
downloadnixfiles-3a292a23130db25932a6ceec755e1bb19487e5d3.tar.lz
nixfiles-3a292a23130db25932a6ceec755e1bb19487e5d3.tar.zst
nixfiles-3a292a23130db25932a6ceec755e1bb19487e5d3.zip
Update to nix-darwin unstable on mba
Diffstat (limited to 'system/settings/programs')
-rw-r--r--system/settings/programs/base.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/settings/programs/base.nix b/system/settings/programs/base.nix
index bdf240f1..6177cbb4 100644
--- a/system/settings/programs/base.nix
+++ b/system/settings/programs/base.nix
@@ -6,8 +6,8 @@
     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="];
   };
 }