Commit Graph
737096 Commits
Author SHA1 Message Date
SandroandGitHub 92cd2400b8 bat-extras: disable broken tests (#373146) 2025-01-12 12:57:28 +01:00
Christian KöglerandGitHub 405bff4003 calibre: add fonttools dependency (#366152) 2025-01-12 12:53:20 +01:00
Doron BeharandGitHub b0324b6d20 python312Packages.pwlf: fix src tag (#373128) 2025-01-12 13:48:03 +02:00
Klemens NanniandGitHub afffa89ec5 ssh: Fix environment variable parsing (#177503)
From systemctl(1)'s `show-environment`:
	[...] If no special characters or
	whitespace is present in the variable values, no escaping is
	performed, and the assignments have the form "VARIABLE=value". If
	whitespace or characters which have special meaning to the shell
	are present, dollar-single-quote escaping is used, and assignments
	have the form "VARIABLE=$'value'". [...]

`DISPLAY` is unlikely to require such escaping, but is still broken and
overly complicated.

Just rely on the fact that systemctl outputs line that are safe to be
interpreted by the shell.

Filter for `DISPLAY` and `eval` the output instead of trying to parse
just the value part and reassign it again.
2025-01-12 12:47:30 +01:00
Christian KöglerandGitHub d361bb4bb4 onnxruntime: fix build on darwin (#373145) 2025-01-12 12:37:44 +01:00
Christian KöglerandGitHub e913c736b4 linux_xanmod, linux_xanmod_latest: 2025-01-11 (#373041) 2025-01-12 12:36:17 +01:00
ae39c8faf7 rss-bridge: 2024-02-02 -> 2025-01-02 (#372627)
Co-authored-by: Mynacol <Mynacol@users.noreply.github.com>
2025-01-12 10:53:13 +00:00
Vlad M.andGitHub 75a43236cf tiled: 1.11.0 -> 1.11.1 (#373074) 2025-01-12 12:37:26 +02:00
Gaetan Lepage 816ec374f1 onnxruntime: fix build on darwin 2025-01-12 11:35:14 +01:00
Petr Zahradnik 80d08100fa bat-extras: disable broken tests 2025-01-12 11:32:35 +01:00
Gaétan LepageandGitHub 5d120e8592 exo: 0.0.4-alpha -> 0.0.5-alpha (#373135) 2025-01-12 11:24:09 +01:00
Bobby RongandGitHub 3cdbf0a9ec Pantheon 8 (#312449) 2025-01-12 18:12:34 +08:00
Cosima NeidahlandGitHub 48173f9b1a famistudio: 4.3.0 -> 4.3.1 (#373069) 2025-01-12 11:09:40 +01:00
Kira BruneauandCabia Rangris d5493eb701 nixos/klipper: restart when config changes 2025-01-12 13:58:51 +04:00
Kira BruneauandCabia Rangris 809f97881d nixos/klipper: preserve SAVE_CONFIG for nixos-managed config
Klipper macros that use `SAVE_CONFIG` (eg. bed mesh calibration, PID
tuning, ...) don't currently work with a nixos-managed config.

This can be worked around by using `services.klipper.mutableConfig =
true`, but then you lose out on being able to configure klipper from
NixOS.

This changes the default behaviour so that:

1. The config is stored in `services.klipper.configDir` instead of `/etc`
2. The config is copied instead of symlinked (keeping a timestamped backup of the existing config)
3. The `SAVE_CONFIG` section from the backup is copied over into the new config
4. The backup is deleted if the final config is identical
2025-01-12 13:58:51 +04:00
7093d6908e typos-lsp: 0.1.32 -> 0.1.33 (#372181)
Co-authored-by: tarantoj <taranto.james@gmail.com>
2025-01-12 09:50:21 +00:00
Gaetan Lepage f4fafc4bc2 exo: 0.0.4-alpha -> 0.0.5-alpha
Diff:
https://github.com/exo-explore/exo/compare/v0.0.4-alpha...v0.0.5-alpha
2025-01-12 10:42:22 +01:00
Arne KellerandGitHub fea8c320e1 mvnd: fix eval (#373133) 2025-01-12 10:40:03 +01:00
Azat BahawiandGitHub 7dce7dbc27 vcmi: 1.6.2 -> 1.6.3 (#373124) 2025-01-12 12:38:30 +03:00
Arne KellerandGitHub a2b71edd54 mvnd: fix eval 2025-01-12 10:38:00 +01:00
Arne KellerandGitHub e8411dbc97 symcc: unpin LLVM17 (#371790) 2025-01-12 10:36:29 +01:00
Arne KellerandGitHub 02692cf910 mvnd: init at 1.0.2 (#337151) 2025-01-12 10:34:02 +01:00
Arne KellerandGitHub 7d3f1b46d8 newlib: 4.4.0.20231231 -> 4.5.0.20241231 (#369994) 2025-01-12 10:26:22 +01:00
RamsesandGitHub c5244d4bb1 niri: avoid flaky tests (#373130) 2025-01-12 10:20:16 +01:00
Arne KellerandGitHub 55d267b7cc wsjtx: fix and enable strictDeps (#366619) 2025-01-12 09:27:17 +01:00
misuzuandGitHub 7cdfdff285 flrig: fix cross / strictDeps build (#370534) 2025-01-12 10:19:49 +02:00
Arne KellerandGitHub 95c346eaa4 gmrender-resurrect: 0.1 -> 0.3 (#373034) 2025-01-12 09:19:00 +01:00
RamsesandGitHub d24ca4701f nixos/etc-overlay: make the etc overlay compatible with nixos-enter and nixos-install (#364239) 2025-01-12 09:05:57 +01:00
r-vdp a478143064 niri: avoid flaky tests
See https://github.com/YaLTeR/niri/issues/953
2025-01-12 08:56:41 +01:00
Doron Behar 2b306c8317 python312Packages.pwlf: fix src tag
https://github.com/cjekel/piecewise_linear_fit_py/issues/121#issuecomment-2585470870
2025-01-12 09:37:52 +02:00
Lin JianandGitHub 108e656677 nyxt: drop dependency on notify-osd (#369018) 2025-01-12 15:37:08 +08:00
OTABI TomoyaandGitHub 4844f49f55 python312Packages.httpx-ws: 0.7.0 -> 0.7.1 (#371327) 2025-01-12 16:36:35 +09:00
OTABI TomoyaandGitHub 607aeee18d python312Packages.linode-api: 5.25.0 -> 5.26.0 (#371876) 2025-01-12 16:16:21 +09:00
OTABI TomoyaandGitHub f719b5d6cc python312Packages.python-gitlab: 5.3.0 -> 5.3.1 (#372094) 2025-01-12 16:07:23 +09:00
OTABI TomoyaandGitHub 7560d365ea python312Packages.bayesian-optimization: 2.0.1 -> 2.0.3 (#371687) 2025-01-12 16:04:26 +09:00
OTABI TomoyaandGitHub 7ca04b2d24 arouteserver: 1.23.1 -> 1.23.2 (#372725) 2025-01-12 16:03:54 +09:00
OTABI TomoyaandGitHub 7b7a580da2 ansible-lint: 24.9.2 -> 24.12.2 (#371826) 2025-01-12 16:02:08 +09:00
Sergei Trofimovich a7699ed2d5 vcmi: 1.6.2 -> 1.6.3
Changes: https://github.com/vcmi/vcmi/blob/master/ChangeLog.md#162---163
2025-01-12 06:08:31 +00:00
sethandGitHub 2f9e2f85cb television: 0.9.1 -> 0.9.2 (#373109) 2025-01-11 23:53:46 -05:00
sethandGitHub 8f2ae119ea niri: 0.1.10.1 -> 25.01 (#373028) 2025-01-11 23:52:11 -05:00
Bobby RongandGitHub ab9e5e1535 Cinnamon updates 2025-01-11 (#372904) 2025-01-12 12:50:54 +08:00
R. Ryantm 9de1be4b2c television: 0.9.1 -> 0.9.2 2025-01-12 03:55:37 +00:00
zowoqandGitHub b621926eb4 mpack: fix gcc-14 and add Debian patches (#369796) 2025-01-12 13:44:14 +10:00
Nick CaoandGitHub aa24b5808a python312Packages.edk2-pytool-library: 0.22.4 -> 0.22.5 (#373103) 2025-01-11 22:34:07 -05:00
OTABI TomoyaandGitHub 3bb3461145 python312Packages.lazr: update & refactor (#372858) 2025-01-12 12:12:09 +09:00
OTABI TomoyaandGitHub fa26a98f30 python313Packages.faster-whisper: 1.1.0 -> 1.1.1 (#372406) 2025-01-12 12:05:10 +09:00
R. Ryantm 6955348555 python312Packages.edk2-pytool-library: 0.22.4 -> 0.22.5 2025-01-12 03:03:47 +00:00
OTABI TomoyaandGitHub ec6136979e macskk: init at 1.4.1 (#355636) 2025-01-12 12:01:49 +09:00
wattmto 807dd18926 macskk: init at 1.4.1 2025-01-12 11:43:52 +09:00
OTABI TomoyaandGitHub 8430af8c4e onnxruntime: mark as broken on darwin (#372517) 2025-01-12 11:39:34 +09:00