Skip to content

Commit

Permalink
feat: add nix-community binary cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaxbits committed Nov 14, 2024
1 parent 30746e3 commit eb4c1e3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,15 @@
nixConfig = {
extra-substituters = [
"https://cache.garnix.io"
"https://numtide.cachix.org"
"https://cache.lix.systems"
"https://nix-community.cachix.org"
"https://numtide.cachix.org"
];
extra-trusted-public-keys = [
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
"numtide.cachix.org-1:2ps1kLBUWjxIneOy1Ik6cQjb41X0iXVXeHigGmycPPE="
"cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"numtide.cachix.org-1:2ps1kLBUWjxIneOy1Ik6cQjb41X0iXVXeHigGmycPPE="
];
};
}

0 comments on commit eb4c1e3

Please sign in to comment.