Commit Graph

3 Commits

Author SHA1 Message Date
Peder Bergebakken Sundt
3100acba08 treewide: \xc2\xa0 ->
I have no idea what this escape sequence even is, but it breaks the nix parser with cryptic errors if not used in a comment.
A friend let me know MacOS is prone to input weird spaces, not sure if that is the source.

Candidates were located and created with:

    chr="$(echo -e '\xc2\xa0')"; rg -F "$chr" -l | xe sd -F "$chr" " "

There are some examples left, most being example output from `tree` in various markdown documents, some patches which we can't really touch, and `pkgs/tools/nix/nixos-render-docs/src/tests/test_commonmark.py` which I'm not sure if should be addressed
2024-10-02 15:33:06 +02:00
Jean-Michaël Celerier
7459b7ce65 ossia-score: 3.2.3-3 -> 3.2.4
- Update pkgs/by-name/os/ossia-score/package.nix
- Remove unused stdenv
- Support AArch64

Co-authored-by: Rémi NICOLE <minijackson@users.noreply.github.com>
2024-07-13 12:45:45 +02:00
Minijackson
65bab2dcdb ossia-score: init at 3.2.3
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Jean-Michaël Celerier <jeanmichael.celerier@gmail.com>
Co-authored-by: Rémi NICOLE <minijackson@users.noreply.github.com>
2024-07-05 10:06:29 -04:00