Commit Graph
931810 Commits
Author SHA1 Message Date
R. Ryantm 474f0606b3 python3Packages.google-cloud-webrisk: 1.19.0 -> 1.20.0 2026-01-16 18:40:42 +00:00
Luna Nova 58ec266029 makeImpureTest: preserve NIXPKGS_ALLOW_UNFREE env var in sudo call 2026-01-16 10:38:37 -08:00
R. Ryantm b8864fcfdc python3Packages.airos: 0.6.1 -> 0.6.2 2026-01-16 18:22:44 +00:00
kyehn e67bc8716c uutils-tar: init at 0.0.1-unstable-2026-01-08 2026-01-16 18:18:40 +00:00
R. Ryantm 151486a796 python3Packages.fenics-ufl: 2025.2.0 -> 2025.2.1 2026-01-16 18:10:44 +00:00
Bart Brouns ce7878159a surge-XT: fix lv2 build 2026-01-16 19:09:25 +01:00
nixpkgs-ci[bot]andGitHub 3f06b80152 Merge master into staging-nixos 2026-01-16 18:07:36 +00:00
YurekaandGitHub 6348b5b52e onnxruntime: 1.22.2 -> 1.23.1 (#450587) 2026-01-16 18:05:13 +00:00
Maevi ce47cb425b rke2_1_35: init at 1.35.0+rke2r1
https://github.com/rancher/rke2/releases/tag/v1.35.0%2Brke2r1
2026-01-16 19:04:49 +01:00
Gaétan LepageandGitHub 93731fa926 typesetter: 0.8.4 -> 0.9.1 (#480665) 2026-01-16 17:59:59 +00:00
Eric Rodrigues Pires 08f11569aa sandhole: move cmake to nativeBuildInputs 2026-01-16 14:47:44 -03:00
nicknb 91b2a9c53a uv: 0.9.25 -> 0.9.26 2026-01-16 18:46:00 +01:00
Kevin Stone 2981125eba siege: fix build with clang
The build was failing on systems using clang due to an integer conversion warning being treated as an error.
Followed a similar fix in the hombrew formula to unbreak.

Fixes: #286775
2026-01-16 09:41:29 -08:00
R. Ryantm 0d0ebc8d4b universal-android-debloater: 1.1.2 -> 1.2.0 2026-01-16 17:40:29 +00:00
Pol DellaieraandGitHub 7c8cdf6de9 impala: 0.6.0 -> 0.7.2 (#475157) 2026-01-16 17:21:10 +00:00
R. Ryantm 6b3e3e666b linuxKernel.kernels.linux_zen: 6.18.4 -> 6.18.5 2026-01-16 17:13:56 +00:00
nixpkgs-ci[bot]andGitHub 7877516bd4 binsider: 0.3.0 -> 0.3.1 (#480723) 2026-01-16 17:13:16 +00:00
SandroandGitHub 6fe4c78981 fladder: init at 0.9.0 (#432313) 2026-01-16 17:05:00 +00:00
SandroandGitHub 4f7804a8d4 flutter338: 3.38.5 -> 3.38.7 (#478693) 2026-01-16 17:03:22 +00:00
SandroandGitHub e451522d6d wox: 2.0.0-beta.7 -> 2.0.0-beta.8 (#478723) 2026-01-16 17:02:23 +00:00
SandroandGitHub f5915eb70e python3Packages.frictionless: disable failing tests (#478209) 2026-01-16 17:02:03 +00:00
SandroandGitHub 523d944ea9 nixos/qui: init service (#472934) 2026-01-16 17:01:45 +00:00
Bjørn ForsmanandGitHub 237286f301 nixos/acme: fix ReadWritePaths for acme-${domain}.service (#473073) 2026-01-16 17:01:30 +00:00
SandroandGitHub 9c6be948e7 sqlauncher: init at 0-unstable-2025-12-30; maintainers: add reylak (#479519) 2026-01-16 17:00:57 +00:00
SandroandGitHub 323c72e122 homebridge-config-ui-x: 5.8.0 -> 5.14.0 (#477189) 2026-01-16 17:00:21 +00:00
SandroandGitHub 1060012572 apktool: use jre_minimal (#477813) 2026-01-16 16:59:28 +00:00
SandroandGitHub 58dbf3616a apksigner: use jre_minimal (#477814) 2026-01-16 16:59:26 +00:00
Bjørn Forsman c98cf6835b nixos/acme: fix ReadWritePaths for acme-${domain}.service
Currently ReadWritePaths is only sufficiently specificed for
acme-order-renew-${domain}.service, and not acme-${domain}.service. This
results in service failure if specifying the webroot outside of
/var/lib/acme, for example /var/www/challenges:

  acme-example.com-start[1379]: + mkdir -p /var/www/challenges//.well-known/acme-challenge
  acme-example.com-start[1382]: mkdir: cannot create directory ‘/var/www/challenges//.well-known’: Read-only file system
  systemd[1]: acme-example.com.service: Main process exited, code=exited, status=1/FAILURE

Fix it by adding the webroots to ReadWritePaths in the common
serviceConfig, where it can affect both acme-order-renew-${domain}.service
AND acme-${domain}.service.

Avoid adding subdirs of existing ReadWritePaths entries, because
otherwise systemd will fail to set up the services, for example:

  acme-zeroconf.example.test.service: Failed to set up mount namespacing: /run/acme: No such file or directory

(Confusingly, the path shown in the error message isn't necessarily
related to the problematic path.)
2026-01-16 17:52:21 +01:00
nixpkgs-ci[bot]andGitHub c32d8f7fad better-commits: 1.18.1 -> 1.18.3 (#480754) 2026-01-16 16:49:52 +00:00
Austin Horstman de37af5086 vimPluginsUpdater: fix missing fetchgit
fetchFromGitea -> fetchgit and remove useless `buildNeovimPlugin` we'll
handle that in overrides.nix

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-01-16 10:47:44 -06:00
Austin Horstman fe16f5c46d vimPlugins: update on 2026-01-16
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-01-16 10:47:44 -06:00
R. Ryantm f434981acd siyuan: 3.5.2 -> 3.5.3 2026-01-16 16:39:31 +00:00
SandroandGitHub 70775940da ruby_4_0: 4.0.0 -> 4.0.1 (#480638) 2026-01-16 16:37:41 +00:00
SandroandGitHub 209bcc0678 npm-check-updates: 19.1.0 -> 19.3.1 (#480644) 2026-01-16 16:36:33 +00:00
Austin Horstman 212a25d9e0 yaziPlugins: update on 2026-01-16
- mime-ext: 25.12.29-unstable-2026-01-07 → 0-unstable-2026-01-12
  Compare: https://github.com/yazi-rs/plugins/compare/68f7d4898c19dcf50beda251f8143992c3e8371f...75f6f7276fadf306597c2d2b4e264335fa0937cf
- piper: 25.9.15-unstable-2025-12-31 → 25.9.15-unstable-2026-01-12
  Compare: https://github.com/yazi-rs/plugins/compare/398796d88fee7bf9c99c4dc29089b865d4f47722...c179ea49753b3a784935986d36b077a6df24bdb3
- time-travel: 0-unstable-2025-02-14 → 0-unstable-2026-01-16
  Compare: https://github.com/iynaix/time-travel.yazi/compare/7e0179e15a41a4a42b6d0b5fa6dd240c9b4cf0d2...aaec6e26e525bd146354a5137ec40f1f23257a4e

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-01-16 10:35:56 -06:00
SandroandGitHub c567e82702 itm-tools: drop (#480577) 2026-01-16 16:35:51 +00:00
SandroandGitHub 0e6ceccdf4 gpd-pocket-4-pipewire: init at 0-unstable-2025-04-08 (#480697) 2026-01-16 16:35:47 +00:00
R. Ryantm 9067dd1956 better-commits: 1.18.1 -> 1.18.3 2026-01-16 16:32:44 +00:00
SandroandGitHub 38973c2308 olaris-server: drop package (#480308) 2026-01-16 16:32:44 +00:00
SandroandGitHub fc676f8368 popura: Drop package (#480330) 2026-01-16 16:32:19 +00:00
SandroandGitHub ba7b5165ba buck: drop (#480564) 2026-01-16 16:32:09 +00:00
SandroandGitHub 1a143f7776 python3Packages.geojson: fix build for python3.14 (#480336) 2026-01-16 16:26:55 +00:00
SandroandGitHub 97602b1ed0 librewolf-unwrapped: 146.0.1-1 -> 147.0-1 (#479861) 2026-01-16 16:26:22 +00:00
AleksanaandGitHub e4837bd8de turtle: 0.13.3 -> 0.14 (#480503) 2026-01-16 16:25:45 +00:00
AleksanaandGitHub 395569dfcd komikku: 1.99.0 -> 1.100.0 (#480712) 2026-01-16 16:25:31 +00:00
AleksanaandGitHub 231b9ca616 bcachefs-tools: 1.34.0 -> 1.35.0 (#479655) 2026-01-16 16:21:40 +00:00
AleksanaandGitHub 666f4afb3e python3Packages.causal-conv1d: fix inverted broken condition (#480740) 2026-01-16 16:19:26 +00:00
R. Ryantm ad761a8477 python3Packages.alibabacloud-openapi-util: 0.2.2 -> 0.2.4 2026-01-16 16:18:11 +00:00
8e17357b0a librelane: init at 3.0.0.dev47-unstable-2026-01-16
Co-authored-by: Mohamed Gaber <me@donn.website>
Co-authored-by: Gaétan Lepage <gaetan@glepage.com>
2026-01-16 17:16:06 +01:00
nixpkgs-ci[bot]andGitHub c784fb5196 reindeer: 2026.01.05.00 -> 2026.01.12.00 (#480731) 2026-01-16 16:14:37 +00:00