Alexis Hildebrandt
755b915a15
treewide: Remove indefinite article from meta.description
...
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
| xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Coutinho de Souza
f1eabff06e
haredo: make use of hareHook
2024-06-04 20:32:57 -03:00
Coutinho de Souza
b0960b5a97
haredo: enable cross compilation
2024-05-21 17:13:14 -03:00
Coutinho de Souza
b155c656a0
haredo: remove shell wrapper overhead
...
There's only three mentions of `sh` in the source code, being only two
of them command calls; thus, is very trivial to patch them directly.
2024-05-16 13:09:03 -03:00
Coutinho de Souza
d3195bd6d5
haredo: format with nixfmt-rfc-style
2024-05-16 12:56:09 -03:00
Gustavo Coutinho de Souza
ea74836d9a
haredo: wrap program with a shell
...
The program relies on the presence of a shell, specifically `sh`, on its
PATH[1].
Also set `enableParallelChecking` to true, which can speed up the build
proccess significantly, specially when using emulated native compilation
through `binfmt`.
[1]: 34136cfca3/item/src/haredo.ha (L282)
2024-01-14 23:05:58 -03:00
Gustavo Coutinho de Souza
68fee72c52
haredo: init at 1.0.5
2023-12-06 08:07:16 -03:00