mirror of
https://github.com/xddxdd/nix-cachyos-kernel.git
synced 2026-07-03 11:08:07 +02:00
Add alternative binary cache by @bahrom04 (Fix #89)
This commit is contained in:
parent
756ed060ca
commit
d2e6bb747a
13
README.md
13
README.md
@ -160,6 +160,19 @@ If you prefer to manually configure the binary cache (or are not using flakes),
|
||||
|
||||
**Important:** As with all binary caches, after adding binary cache to your NixOS configuration, please apply your settings once before enabling CachyOS kernel, so that the binary cache settings can take effect.
|
||||
|
||||
#### Alternative binary cache
|
||||
|
||||
> Disclaimer: I cannot guarantee the security or availability of these binary caches not maintained by me.
|
||||
|
||||
[@bahrom04](https://github.com/bahrom04) is also providing CachyOS kernel builds mirrored from this repo. See [#89](https://github.com/xddxdd/nix-cachyos-kernel/issues/89) for details.
|
||||
|
||||
```nix
|
||||
{
|
||||
nix.settings.substituters = [ "https://cache.xinux.uz" ];
|
||||
nix.settings.trusted-public-keys = [ "cache.xinux.uz:BXCrtqejFjWzWEB9YuGB7X2MV4ttBur1N8BkwQRdH+0=" ];
|
||||
}
|
||||
```
|
||||
|
||||
### Example configuration
|
||||
|
||||
```nix
|
||||
|
||||
Loading…
Reference in New Issue
Block a user