Add winewayland cachix
This commit is contained in:
parent
311b3abff7
commit
9f43ca568b
1 changed files with 11 additions and 0 deletions
11
nixos/cachix/winewayland.nix
Normal file
11
nixos/cachix/winewayland.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
|
||||||
|
{
|
||||||
|
nix = {
|
||||||
|
binaryCaches = [
|
||||||
|
"https://winewayland.cachix.org"
|
||||||
|
];
|
||||||
|
binaryCachePublicKeys = [
|
||||||
|
"winewayland.cachix.org-1:yXIVHB/ag+BdOg1RPe9yTXtTlYav0xSj0LAzl+dgOXY="
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue