{ packageOverrides = pkgs: rec { libinfinity = pkgs.libinfinity.override { daemon = true }; } // (import ../utils/nix/default.nix) {}; }