13 lines
337 B
Nix
13 lines
337 B
Nix
{
|
|
nix = {
|
|
settings = {
|
|
substituters =
|
|
[ "https://nix-community.cachix.org" "https://cosmic.cachix.org/" ];
|
|
trusted-public-keys = [
|
|
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
|
|
"cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="
|
|
];
|
|
};
|
|
};
|
|
}
|