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