summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-02-01 23:53:28 -0500
committerSeth Flynn <[email protected]>2025-02-01 23:53:28 -0500
commit47be32eaba6ee39a09b3407c007300944677e1ff (patch)
treee929f01638751df4f63ef7960256ae6748e93b28
parentd49dfd5959819b14734ad66d7ce605d7da1363cf (diff)
shared/nix: use nix-community cachix
-rw-r--r--modules/shared/defaults/nix.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/shared/defaults/nix.nix b/modules/shared/defaults/nix.nix
index 1a6b3d1..23becf9 100644
--- a/modules/shared/defaults/nix.nix
+++ b/modules/shared/defaults/nix.nix
@@ -26,6 +26,11 @@ in
"flakes"
"auto-allocate-uids"
];
+
+ extra-trusted-substituters = [ "https://nix-community.cachix.org" ];
+ extra-trusted-public-keys = [
+ "nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
+ ];
};
gc = {