mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 03:27:45 +00:00
feat: huge darwin overhaul
This commit is contained in:
parent
7935aa65f5
commit
c4888c276b
16 changed files with 367 additions and 230 deletions
|
@ -43,7 +43,7 @@ in {
|
|||
|
||||
nix.settings = (import <| self + /flake.nix).nixConfig
|
||||
|> flip removeAttrs (optionals config.isDarwin [ "use-cgroups" ])
|
||||
|> (if config.services.nix-serve.enable then
|
||||
|> (if config.isLinux && config.services.nix-serve.enable then
|
||||
(cfg: cfg // {
|
||||
extra-substituters = cfg.extra-substituters
|
||||
|> filter (x: match ".*cache.rgbcu.be.*" x != null);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue