Skip to content

Commit

Permalink
add nix-community.cachix.org
Browse files Browse the repository at this point in the history
  • Loading branch information
MayNiklas committed Aug 31, 2024
1 parent 801cd54 commit aa7975b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/nix-common/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,13 @@ in {
substituters = mkIf (cfg.disable-cache != true) [
"https://cache.lounge.rocks/nix-cache"
"https://cuda-maintainers.cachix.org"
"https://nix-community.cachix.org"
"https://numtide.cachix.org"
];
trusted-public-keys = mkIf (cfg.disable-cache != true) [
"nix-cache:4FILs79Adxn/798F8qk2PC1U8HaTlaPqptwNJrXNA1g="
"cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"numtide.cachix.org-1:2ps1kLBUWjxIneOy1Ik6cQjb41X0iXVXeHigGmycPPE="
];
# Save space by hardlinking store files
Expand Down

0 comments on commit aa7975b

Please sign in to comment.