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