Commit Graph

106 Commits

Author SHA1 Message Date
Nick Cao
05d3c1b058
Merge pull request #320786 from r-ryantm/auto-update/halo
halo: 2.16.2 -> 2.16.3
2024-06-18 16:54:40 -04:00
R. Ryantm
9229155e8c halo: 2.16.2 -> 2.16.3 2024-06-18 13:32:41 +00:00
Weijia Wang
14929e69b3
Merge pull request #320662 from r-ryantm/auto-update/havn
havn: 0.1.11 -> 0.1.12
2024-06-18 10:18:56 +02:00
R. Ryantm
8d25929799 havn: 0.1.11 -> 0.1.12 2024-06-18 01:16:22 +00:00
藍+85CD
0e2fd045d1
hatsu: init at 0.2.0 2024-06-16 12:08:11 +08:00
R. Ryantm
693a911f0d hacompanion: 1.0.12 -> 1.0.15 2024-06-14 01:29:51 +00:00
R. Ryantm
cc464555c5 halo: 2.16.0 -> 2.16.2 2024-06-10 07:01:22 +00:00
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
Peder Bergebakken Sundt
a42a547c89
Merge pull request #266577 from getchoo/pkgs/hadolint-sarif/init
hadolint-sarif: init at 0.4.2
2024-06-09 16:47:59 +02:00
seth
9cb732179e
hadolint-sarif: init at 0.4.2 2024-06-08 16:34:31 -04:00
Coutinho de Souza
f1eabff06e
haredo: make use of hareHook 2024-06-04 20:32:57 -03:00
Coutinho de Souza
85b5260197
haredoc: make use of hareHook 2024-06-04 20:32:56 -03:00
Coutinho de Souza
6893d370fc
haredoc: format with nixfmt-rfc-style 2024-06-04 20:32:55 -03:00
Coutinho de Souza
b0fcfa88cf
hareHook: init
Co-authored-by: Colin <colin@uninsane.org>
2024-06-04 20:32:51 -03:00
Coutinho de Souza
3297bf3ba6
harec: expose qbe through passthru
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-04 20:27:52 -03:00
Coutinho de Souza
e6c228544d
harec: format with nixfmt-rfc-style 2024-06-04 20:27:51 -03:00
R. Ryantm
5208f33633 halo: 2.15.2 -> 2.16.0 2024-06-03 15:18:27 +00:00
Sandro
8c1597626f
Merge pull request #311688 from onemoresuza/hare-fix-mime-module 2024-06-02 23:49:01 +02:00
Jörg Thalheim
c75573a745
Merge pull request #311634 from Thesola10/master
harmonia: 0.7.5 -> 0.8.0, migrate to by-name
2024-05-31 20:47:56 +02:00
Valentino
fe94f50c75
havn: init at 0.1.11 (#314290) 2024-05-28 14:43:11 +00:00
Coutinho de Souza
b0960b5a97
haredo: enable cross compilation 2024-05-21 17:13:14 -03:00
Coutinho de Souza
e9ee0ff4b0
hare: fix mime module
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]: f1010e0469/pkgs/development/compilers/go/1.22.nix (L79)
2024-05-21 17:11:47 -03:00
Fabian Affolter
4a8c10751e ha-mqtt-discoverable-cli: format with nixfmt 2024-05-19 11:35:17 +02:00
Fabian Affolter
a148717df3 ha-mqtt-discoverable-cli: 0.2.1 -> 0.4.1
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-19 11:34:43 +02:00
Fabian Affolter
8019631e2c ha-mqtt-discoverable-cli: refactor 2024-05-19 11:32:48 +02: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
TheSola10
5a1dff9e75
harmonia: 0.7.5 -> 0.8.0 2024-05-16 16:51:53 +02:00
TheSola10
f789a362e0
harmonia: migrate to by-name 2024-05-16 16:50:44 +02:00
Coutinho de Souza
0801041b52
hare: remove shell wrapping overhead
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-16 10:14:14 -03:00
Coutinho de Souza
476b34c50b
hare: fix x86_64 make flags and remove CC
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-14 11:56:31 -03:00
Coutinho de Souza
4876a6883f
hare: format with nixfmt-rfc-style 2024-05-14 11:56:31 -03:00
Weijia Wang
93d1e9d730
Merge pull request #309527 from toast003/update-hhd
handheld-daemon: 2.6.4 -> 2.7.2
2024-05-12 20:33:15 +02:00
R. Ryantm
91f0f1cb3f halo: 2.15.1 -> 2.15.2 2024-05-11 13:07:07 +00:00
rewine
bb76cc9ce3
Merge pull request #310156 from wangxiaoerYah/master
halo: init at 2.15.1
2024-05-11 17:06:03 +08:00
John (Github)
9c91790c18
halo: init at 2.15.1
halo: init at 2.15.1 (add notes.)

halo: init at 2.15.1
2024-05-11 10:10:53 +08:00
Fabian Affolter
083ac69bf0 halloy: format with nixfmt 2024-05-10 09:58:58 +02:00
Fabian Affolter
868b944a26 halloy: 2024.6 -> 2024.7
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-10 09:51:29 +02:00
Toast
315cc3707a
Merge branch 'NixOS:master' into update-hhd 2024-05-06 12:18:05 +02:00
Toast
742e26325f handheld-daemon: 2.6.4 -> 2.7.2 2024-05-06 11:58:03 +02:00
Jonas Heinrich
05cbc6d235 hatch: 1.9.0 -> 1.9.7 2024-05-02 10:13:22 +02:00
matthewcroughan
e977cca659 hamtransfer: init at unstable-2024-04-05 2024-04-29 21:25:13 +00:00
Emily Trau
c534b6bc1e
Merge pull request #288654 from D3vil0p3r/patch-20
hashid: init at 3.1.4-unstable-2015-03-17
2024-04-25 16:13:57 +10:00
Toast
d9b487ae60 handheld-daemon: undo refactor 2024-04-17 09:21:19 +02:00
Toast
cb2fa9a661 handheld-daemon: fix indenting 2024-04-16 21:04:48 +02:00
Toast
20753a73d1 handheld-daemon: trim out trailing whitespace 2024-04-16 20:30:51 +02:00
Toast
8aa2b69a64
Merge branch 'master' into update-hhd 2024-04-16 20:23:00 +02:00
Toast
d9b7086a02 handheld-daemon: replace sed commands with substituteInPlace 2024-04-16 20:15:21 +02:00
Toast
a581a28a07 handheld-daemon: format with nixfmt-rfc-style 2024-04-16 19:50:25 +02:00
Toast
8af7d4fcb8 handheld-daemon: add toast to maintainers 2024-04-15 23:27:45 +02:00