Skip to content

Commit

Permalink
Add colmena
Browse files Browse the repository at this point in the history
  • Loading branch information
yousiki committed Mar 24, 2024
1 parent 66f308c commit a007663
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions cells/common/profiles/core.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ in {
agenix
alejandra
cachix
colmena
curl
direnv
du-dust
Expand Down
1 change: 1 addition & 0 deletions cells/nixos/hosts/hakase/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
};
overlays = [
inputs.agenix.overlays.default
inputs.colmena.overlays.default
inputs.fenix.overlays.default
inputs.nvfetcher.overlays.default
];
Expand Down
6 changes: 4 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -122,23 +122,25 @@

nixConfig = rec {
substituters = [
# "https://cache.garnix.io?priority=50" # Disable in China
"https://cache.nixos.org?priority=45"
"https://colmena.cachix.org?priority=40"
"https://cuda-maintainers.cachix.org?priority=40"
"https://hyprland.cachix.org?priority=40"
"https://mirror.sjtu.edu.cn/nix-channels/store?priority=25"
# "https://mirrors.cqupt.edu.cn/nix-channels/store?priority=35"
"https://mirrors.tuna.tsinghua.edu.cn/nix-channels/store?priority=25"
"https://mirrors.ustc.edu.cn/nix-channels/store?priority=35"
"https://nichijou.cachix.org?priority=40"
"https://nix-community.cachix.org?priority=40"
"https://nixpkgs-wayland.cachix.org?priority=40"
"https://numtide.cachix.org?priority=40"
# "https://cache.garnix.io?priority=50"
# "https://mirrors.cqupt.edu.cn/nix-channels/store?priority=35"
];
trusted-substituters = substituters;
trusted-public-keys = [
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
"colmena.cachix.org-1:7BzpDnjjH8ki2CT3f6GdOk7QAzPOl+1t3LvTLXqYcSg="
"cuda-maintainers.cachix.org-1:0dq3bujKpuEPMCX6U4WylrUDZ9JyUG0VpVZa7CNfq5E="
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
"nichijou.cachix.org-1:rbaTU9nLgVW9BK/HSV41vsag6A7/A/caBpcX+cR/6Ps="
Expand Down

0 comments on commit a007663

Please sign in to comment.