fix cosmic cachix
This commit is contained in:
parent
3d33a5051d
commit
2b4917c5fb
12
cachix/cachix/cosmic.nix
Normal file
12
cachix/cachix/cosmic.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
nix = {
|
||||
settings = {
|
||||
substituters = [
|
||||
"https://cosmic.cachix.org"
|
||||
];
|
||||
trusted-public-keys = [
|
||||
"cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue