Skip to content

Commit

Permalink
feat: add ctp subsituor
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Dec 31, 2024
1 parent 55a435b commit fff87a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/base/nix/substituters.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@
substituters = [
"https://nix-community.cachix.org" # nix-community cache
"https://isabelroses.cachix.org" # precompiled binarys from flake
"https://catppuccin.cachix.org" # a cache for all catppuccin ports
"https://pre-commit-hooks.cachix.org" # pre commit hooks
"https://cosmic.cachix.org" # for the cosmic desktop
];

trusted-public-keys = [
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
"isabelroses.cachix.org-1:mXdV/CMcPDaiTmkQ7/4+MzChpOe6Cb97njKmBQQmLPM="
"catppuccin.cachix.org-1:noG/4HkbhJb+lUAdKrph6LaozJvAeEEZj4N732IysmU="
"pre-commit-hooks.cachix.org-1:Pkk3Panw5AW24TOv6kz3PvLhlH8puAsJTBbOPmBo7Rc="
"cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="
];
Expand Down

0 comments on commit fff87a3

Please sign in to comment.