Skip to content

Commit

Permalink
feat: add nix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Suya1671 committed May 22, 2024
1 parent b02e1fd commit a487cac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions systems/modules/core/nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,15 @@
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"niri.cachix.org-1:Wv0OmO7PsuocRKzfDoJ3mulSl7Z6oezYhGhR+3W2964="
"helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="
"suyashtnt.cachix.org-1:8l4tu5IiSv4xm9Zz1+KfwEW7dvljcjp+kgsO/TUA6fI="
];
substituters = [
"https://cache.nixos.org?priority=10"
"https://fortuneteller2k.cachix.org"
"https://nix-community.cachix.org"
"https://niri.cachix.org"
"https://helix.cachix.org"
"https://suyashtnt.cachix.org"
];
};
};
Expand Down

0 comments on commit a487cac

Please sign in to comment.