mirror of
https://github.com/RGBCube/ncc
synced 2025-07-27 10:07:44 +00:00
feat: fix stupidity
This commit is contained in:
parent
d13e83b9fe
commit
f8221c9545
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ in {
|
|||
|> (if config.isLinux && config.services.nix-serve.enable then
|
||||
(cfg: cfg // {
|
||||
extra-substituters = cfg.extra-substituters
|
||||
|> filter (x: match ".*cache.rgbcu.be.*" x != null);
|
||||
|> filter (x: match ".*cache.rgbcu.be.*" x == null);
|
||||
})
|
||||
else
|
||||
id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue