While building python in nixpkgs I noticed that the ``--zero-terminated`` flag is missing from head. ``` -z, --zero-terminated line delimiter is NUL, not newline ```
While building python in nixpkgs I noticed that the
--zero-terminatedflag is missing from head.