Pyrox
297f21e357
nixos/ntpd: format with nixfmt-rfc-style
2024-10-19 04:39:16 -04:00
Aleksana
81dbc6e74b
httpie-desktop: add aarch64-linux support ( #343532 )
2024-10-19 16:28:52 +08:00
Aleksana
11484e7a0b
reader: init at 0.4.5 ( #344489 )
2024-10-19 16:27:35 +08:00
Aleksana
23d49fef81
aldente: 1.28.4 -> 1.28.5 ( #348115 )
2024-10-19 16:22:13 +08:00
Aleksana
c95e47cc42
corsix-th: 0.67 -> 0.68 ( #348435 )
2024-10-19 16:21:48 +08:00
Aleksana
6f023e295c
libtraceevent: 1.8.3 -> 1.8.4 ( #348347 )
2024-10-19 16:21:31 +08:00
Aleksana
33e112a45b
ncdu: 2.5 -> 2.6 ( #348696 )
2024-10-19 16:21:03 +08:00
Aleksana
ef1a14a87b
libressl: 3.9.2 -> 4.0.0 ( #348877 )
2024-10-19 16:20:33 +08:00
Aleksana
fbba62a037
open-policy-agent: 0.66.0 -> 0.69.0 ( #349111 )
2024-10-19 16:19:20 +08:00
Aleksana
15ec471ea6
vimPlugins.kdl-vim: init at 2023-02-20 ( #349031 )
2024-10-19 16:17:00 +08:00
Aleksana
67bbc00243
anchor: drop xrelkd from maintainers ( #348814 )
2024-10-19 16:12:02 +08:00
Masum Reza
26d5ba65dd
lixVersions.lix_2_91: 2.91.0 -> 2.91.1 ( #349673 )
2024-10-19 13:40:48 +05:30
Aleksana
0d9a42df70
git-spice: fix x86_64-darwin ( #349666 )
2024-10-19 16:10:31 +08:00
Masum Reza
0497b61fed
input-leap: unstable-2023-12-27 -> 3.0.2 ( #348514 )
2024-10-19 13:36:58 +05:30
Aleksana
4f762bba55
kiwitalk: remove ( #347656 )
2024-10-19 16:05:22 +08:00
Aleksana
50e65a512b
teleport_14: remove ( #349546 )
2024-10-19 16:04:01 +08:00
Aleksana
8897c79d61
nixos/netdata: remove changefinder ( #339803 )
2024-10-19 16:02:59 +08:00
Aleksana
a46ce186dd
mycli: disable checkPhase to fix build ( #349710 )
2024-10-19 15:50:32 +08:00
Aleksana
01d275a41d
simpleini: init at 4.22 ( #346958 )
2024-10-19 15:39:59 +08:00
Fabian Affolter
6d150cabb3
python312Packages.afdko: refactor ( #349610 )
2024-10-19 09:31:10 +02:00
Fabian Affolter
46dccd6907
python312Packages.pure-protobuf: 3.1.2 -> 3.1.3 ( #349702 )
2024-10-19 09:29:57 +02:00
Fabian Affolter
2ff0b07941
python312Packages.ring-doorbell: 0.9.6 -> 0.9.8 ( #349586 )
2024-10-19 09:27:45 +02:00
Fabian Affolter
9e0e3dd11b
k0sctl: add changelog to meta ( #349595 )
2024-10-19 09:27:35 +02:00
Fabian Affolter
8d7027206d
python312Packages.clikit: refactor ( #349601 )
2024-10-19 09:27:09 +02:00
Fabian Affolter
13ac3f67c1
python312Packages.gin-config: refactor ( #349602 )
2024-10-19 09:26:58 +02:00
Fabian Affolter
7c9a274617
python312Packages.dragonfly: refactor ( #349603 )
2024-10-19 09:26:49 +02:00
Fabian Affolter
61702ddd09
python312Packages.libsoundtouch: refactor ( #349616 )
2024-10-19 09:26:12 +02:00
Emily
1f6337fdb7
paxctl: remove setup hook ( #349693 )
2024-10-19 08:22:19 +01:00
Aleksana
f5c803bc0e
maintainers: add paepcke ( #349695 )
2024-10-19 15:21:42 +08:00
Aleksana
8474a26e8a
doc/languages-frameworks/gnome: update Qt package example ( #348646 )
2024-10-19 15:19:48 +08:00
Johannes Jöns
68f996c5c6
cosmic-wallpapers: Adjust license documentation ( #349651 )
2024-10-19 07:18:19 +00:00
Tomo
bc3e365f83
paxctl: remove setup hook
...
It only contained the `paxmark` function, which was a nonstandard abstraction for the `paxctl` command.
Closes #341722
2024-10-19 07:13:39 +00:00
Ramses
46127d1789
bash-language-server: only deploy prod dependencies ( #349662 )
2024-10-19 08:44:01 +02:00
K900
540a1b5184
nixos/tests/keymap: cleanup, maybe fix ( #349701 )
2024-10-19 09:37:03 +03:00
John Titor
f12c5fd4b8
mycli: disable checking to fix build
...
fails at checkphase due to the below test paths "mycli/packages/paramiko_stub/__init__.py"
disabling it specifically does not work, so we disable checking altogether
2024-10-19 12:05:21 +05:30
K900
7907bb800e
nixos/tests/keymap: use tty2 for the VT test
...
tty1 is occupied by X and isn't always released in time,
so just use a clean one to avoid the race
2024-10-19 09:22:55 +03:00
K900
77eb05d7b3
nixos/tests/keymap: cleanup
...
- remove dead code
- pass around a lot less redundant stuff
- add a timeout to the read so it can actually fail when characters are dropped
- run the input reader in systemd-cat so we can see the errors on console
This does not actually fix the flakiness in the tests, but it should make it
easier to find.
2024-10-19 09:22:30 +03:00
Maximilian Bosch
39bcd40692
Merge: wiki-js: 2.5.304 -> 2.5.305, reduce closure size by 50% ( #349571 )
2024-10-19 08:02:04 +02:00
Maximilian Bosch
de57ac88cf
Merge: grafana-image-renderer: 3.11.5 -> 3.11.6 ( #349635 )
2024-10-19 08:01:44 +02:00
R. Ryantm
7393c6d837
python312Packages.pure-protobuf: 3.1.2 -> 3.1.3
2024-10-19 05:52:11 +00:00
Emily
a6de1790f9
python3Packages.js2py: remove ( #349550 )
2024-10-19 06:49:37 +01:00
Peder Bergebakken Sundt
b1b0ce0041
pre-commit: 3.7.1 -> 4.0.1 ( #349667 )
2024-10-19 07:48:36 +02:00
Peder Bergebakken Sundt
e1cc09e3ca
live555: 2024.08.01 -> 2024.09.20 ( #345574 )
2024-10-19 07:43:16 +02:00
Michael Paepcke
31abcf5744
maintainers: add paepcke
2024-10-19 05:19:33 +00:00
Peder Bergebakken Sundt
3f3903a927
pkgsStatic.krb5: fix build ( #348188 )
2024-10-19 07:12:57 +02:00
OTABI Tomoya
7cf7ffbdc3
python312Packages.cohere: 5.11.0 -> 5.11.1 ( #349631 )
2024-10-19 14:08:31 +09:00
Peder Bergebakken Sundt
85a652a181
git-spice: fix x86_64-darwin
2024-10-19 07:03:51 +02:00
Peder Bergebakken Sundt
03d8f52dc6
nixos/tailscale: document tailscale-autoconnect ( #347881 )
2024-10-19 07:01:26 +02:00
Peder Bergebakken Sundt
465201822e
nixos/mihomo: fix option type and test ( #345891 )
2024-10-19 06:58:41 +02:00
Peder Bergebakken Sundt
f7ee813c86
fceux: 2.6.6-unstable-2024-01-19 -> 2.6.6-unstable-2024-06-09 ( #348653 )
2024-10-19 06:50:48 +02:00