1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-27 18:17:44 +00:00

feat: fix stupidity

This commit is contained in:
RGBCube 2025-05-02 03:32:15 +03:00
parent d13e83b9fe
commit f8221c9545
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -46,7 +46,7 @@ in {
|> (if config.isLinux && config.services.nix-serve.enable then |> (if config.isLinux && config.services.nix-serve.enable then
(cfg: cfg // { (cfg: cfg // {
extra-substituters = cfg.extra-substituters extra-substituters = cfg.extra-substituters
|> filter (x: match ".*cache.rgbcu.be.*" x != null); |> filter (x: match ".*cache.rgbcu.be.*" x == null);
}) })
else else
id); id);