11 lines
201 B
Nix
11 lines
201 B
Nix
{
|
|
nix = {
|
|
binaryCaches = [
|
|
"https://veloren-nix.cachix.org"
|
|
];
|
|
binaryCachePublicKeys = [
|
|
"veloren-nix.cachix.org-1:zokfKJqVsNV6kI/oJdLF6TYBdNPYGSb+diMVQPn/5Rc="
|
|
];
|
|
};
|
|
}
|