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