From f8221c9545fa0e67f0c12bfb07864dbe4bc8fce7 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 2 May 2025 03:32:15 +0300 Subject: [PATCH] feat: fix stupidity --- modules/common/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/nix.nix b/modules/common/nix.nix index bc60bb7..84ab9af 100644 --- a/modules/common/nix.nix +++ b/modules/common/nix.nix @@ -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);