about summary refs log tree commit diff
path: root/pkgs/by-name/ha
AgeCommit message (Collapse)AuthorFilesLines
2024-06-22hatsu: 0.2.0 -> 0.2.1藍+85CD1-3/+3
2024-06-18Merge pull request #320786 from r-ryantm/auto-update/haloNick Cao1-2/+2
halo: 2.16.2 -> 2.16.3
2024-06-18halo: 2.16.2 -> 2.16.3R. Ryantm1-2/+2
2024-06-18Merge pull request #320662 from r-ryantm/auto-update/havnWeijia Wang1-3/+3
havn: 0.1.11 -> 0.1.12
2024-06-18havn: 0.1.11 -> 0.1.12R. Ryantm1-3/+3
2024-06-16hatsu: init at 0.2.0藍+85CD1-0/+40
2024-06-14hacompanion: 1.0.12 -> 1.0.15R. Ryantm1-2/+2
2024-06-10halo: 2.16.0 -> 2.16.2R. Ryantm1-2/+2
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt6-6/+6
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-09Merge pull request #266577 from getchoo/pkgs/hadolint-sarif/initPeder Bergebakken Sundt1-0/+37
hadolint-sarif: init at 0.4.2
2024-06-08hadolint-sarif: init at 0.4.2seth1-0/+37
2024-06-04haredo: make use of hareHookCoutinho de Souza1-13/+6
2024-06-04haredoc: make use of hareHookCoutinho de Souza1-11/+4
2024-06-04haredoc: format with nixfmt-rfc-styleCoutinho de Souza1-8/+13
2024-06-04hareHook: initCoutinho de Souza3-15/+91
Co-authored-by: Colin <colin@uninsane.org>
2024-06-04harec: expose qbe through passthruCoutinho de Souza2-1/+3
harec and hare should always have the same qbe package. By exposing the latter under harec's passthru attribute and using it as hare's qbe, we assure that they will always hare the same qbe package even if there's a need for a local overlay.
2024-06-04harec: format with nixfmt-rfc-styleCoutinho de Souza1-17/+17
2024-06-03halo: 2.15.2 -> 2.16.0R. Ryantm1-2/+2
2024-06-02Merge pull request #311688 from onemoresuza/hare-fix-mime-moduleSandro3-3/+54
2024-05-31Merge pull request #311634 from Thesola10/masterJörg Thalheim1-0/+52
harmonia: 0.7.5 -> 0.8.0, migrate to by-name
2024-05-28havn: init at 0.1.11 (#314290)Valentino1-0/+37
2024-05-21haredo: enable cross compilationCoutinho de Souza1-4/+11
2024-05-21hare: fix mime moduleCoutinho de Souza3-3/+54
The mime module relies on the `/etc/mime.types` file. We may hardcode it like the Golang recipe[0]. Also add a `passthru.tests.mimeModule` so that we can be certain that the module is working. [0]: https://github.com/NixOS/nixpkgs/blob/f1010e0469db743d14519a1efd37e23f8513d714/pkgs/development/compilers/go/1.22.nix#L79
2024-05-19ha-mqtt-discoverable-cli: format with nixfmtFabian Affolter1-18/+9
2024-05-19ha-mqtt-discoverable-cli: 0.2.1 -> 0.4.1Fabian Affolter1-2/+10
Diff: https://github.com/unixorn/ha-mqtt-discoverable-cli/compare/refs/tags/v0.2.1...v0.4.1 Changelog: https://github.com/unixorn/ha-mqtt-discoverable-cli/releases/tag/v0.4.1
2024-05-19ha-mqtt-discoverable-cli: refactorFabian Affolter1-3/+3
2024-05-16haredo: remove shell wrapper overheadCoutinho de Souza2-5/+29
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-16haredo: format with nixfmt-rfc-styleCoutinho de Souza1-10/+14
2024-05-16harmonia: 0.7.5 -> 0.8.0TheSola101-3/+5
2024-05-16harmonia: migrate to by-nameTheSola101-0/+50
2024-05-16hare: remove shell wrapping overheadCoutinho de Souza2-58/+78
Hardcode qbe and harec to avoid the overhead of wrapping hare with a bash script. By doing that, we also had to change how `makeFlags` were defined: Now only part of the `<ARCH>_<TOOL>` make variables are conditioned to the enableCrossCompilation. The ones belonging to the build platform are passed unconditionally. Add qbe and harec to propagatedBuildInputs. Some build frameworks may rely on having harec and qbe available on PATH by setting `HAREC` and `QBE` to relative paths --- e. g., `haredo`.
2024-05-14hare: fix x86_64 make flags and remove `CC`Coutinho de Souza1-4/+8
Remove `CC` since it is not used. Capitalize x86_64 (from `x86_64` to `X86_64`) to embed their values on the binary. Patch the `hare` command so that it has the `-v` option for the `version` subcommand. With it, is much easier to check the paths of the toolchains, since we do not need to rely on: `strings <path-to-hare-binary> | grep <toolchain-path>`
2024-05-14hare: format with nixfmt-rfc-styleCoutinho de Souza1-64/+81
2024-05-12Merge pull request #309527 from toast003/update-hhdWeijia Wang1-2/+2
handheld-daemon: 2.6.4 -> 2.7.2
2024-05-11halo: 2.15.1 -> 2.15.2R. Ryantm1-2/+2
2024-05-11Merge pull request #310156 from wangxiaoerYah/masterrewine1-0/+72
halo: init at 2.15.1
2024-05-11halo: init at 2.15.1John (Github)1-0/+72
halo: init at 2.15.1 (add notes.) halo: init at 2.15.1
2024-05-10halloy: format with nixfmtFabian Affolter1-38/+54
2024-05-10halloy: 2024.6 -> 2024.7Fabian Affolter2-17/+64
Diff: https://github.com/squidowl/halloy/compare/refs/tags/2024.6...2024.7 Changelog: https://github.com/squidowl/halloy/blob/2024.7/CHANGELOG.md
2024-05-06Merge branch 'NixOS:master' into update-hhdToast3-0/+171
2024-05-06handheld-daemon: 2.6.4 -> 2.7.2Toast1-2/+2
2024-05-02hatch: 1.9.0 -> 1.9.7Jonas Heinrich1-0/+104
2024-04-29hamtransfer: init at unstable-2024-04-05matthewcroughan1-0/+42
2024-04-25Merge pull request #288654 from D3vil0p3r/patch-20Emily Trau1-0/+25
hashid: init at 3.1.4-unstable-2015-03-17
2024-04-17handheld-daemon: undo refactorToast1-7/+5
2024-04-16handheld-daemon: fix indentingToast1-2/+2
2024-04-16handheld-daemon: trim out trailing whitespaceToast1-3/+3
2024-04-16Merge branch 'master' into update-hhdToast1-2/+2
2024-04-16handheld-daemon: replace sed commands with substituteInPlaceToast1-5/+7
2024-04-16handheld-daemon: format with nixfmt-rfc-styleToast1-9/+10