adding cosmic cachix

This commit is contained in:
Chris Cochrun 2024-11-12 21:32:55 -06:00
parent c0b37ba842
commit 3e7b60405d
3 changed files with 37 additions and 27 deletions

12
modules/cachix/cosmic.nix Normal file
View file

@ -0,0 +1,12 @@
{
nix = {
settings = {
substituters = [
"https://cosmic.cachix.org"
];
trusted-public-keys = [
"cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="
];
};
};
}