10 lines
216 B
Nix
10 lines
216 B
Nix
{
|
|
nix.settings = {
|
|
trusted-substituters = [
|
|
"https://winewayland.cachix.org"
|
|
];
|
|
trusted-public-keys = [
|
|
"winewayland.cachix.org-1:yXIVHB/ag+BdOg1RPe9yTXtTlYav0xSj0LAzl+dgOXY="
|
|
];
|
|
};
|
|
}
|