Skip to content

Commit

Permalink
feat: Add some cachix & Delete cuda cachix
Browse files Browse the repository at this point in the history
- Add pre-commit-hooks.cachix.org
- Add cache.lix.system
- Delete cuda cachix due to it is cached at nix-community.cachix.org now -- nix-community/infra#1335
  • Loading branch information
Enkaiyuegure committed Nov 18, 2024
1 parent 0a41506 commit eae40b8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions modules/base/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -87,20 +87,21 @@
"https://mirror.sjtu.edu.cn/nix-channels/store"

"https://nix-community.cachix.org"
# my own cache server
# ryan4yin's own cache server
"https://ryan4yin.cachix.org"
# cuda-maintainer's cache server
"https://cuda-maintainers.cachix.org"
"https://anyrun.cachix.org"
"https://hyprland.cachix.org"
"https://pre-commit-hooks.cachix.org"
"https://cache.lix.systems"
];

trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"ryan4yin.cachix.org-1:Gbk27ZU5AYpGS9i3ssoLlwdvMIh0NxG0w8it/cv9kbU="
"cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E="
"anyrun.cachix.org-1:pqBobmOjI7nKlsUMV25u9QHa9btJK65/C8vnO3p346s="
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
"pre-commit-hooks.cachix.org-1:Pkk3Panw5AW24TOv6kz3PvLhlH8puAsJTBbOPmBo7Rc="
"cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
];
builders-use-substitutes = true;
};
Expand Down

0 comments on commit eae40b8

Please sign in to comment.