Will Fancher
cbfa8722a9
nixos/terminfo: Fix less in systemd stage 1
...
Since `less` 691, we get `terminals database is inaccessible` in
initrd. This is a problem because ordinary systemd commands like
systemctl and journalctl often try to use the pager.
Bisected to: https://github.com/gwsw/less/commit/7bf5441da53139e834024cd4157915f4ebc0ee9e
Fedora only adds these few terminfos to their initramfs, see dracut:
https://github.com/dracutdevs/dracut/blob/5d2bda46f4e75e85445ee4d3bd3f68bf966287b9/modules.d/95terminfo/module-setup.sh#L12
2026-04-19 01:50:30 -04:00
Vladimír Čunát
a08b6de82a
Merge branch 'staging' into staging-next
2026-02-08 18:57:25 +01:00
Michael Daniels and GitHub
368d97d811
procps: 4.0.5 -> 4.0.6 ( #488095 )
2026-02-08 17:04:19 +00:00
Michael Daniels and GitHub
c69b8918dd
git: 2.52.0 -> 2.53.0 ( #486386 )
2026-02-08 17:02:50 +00:00
Martin Weinelt and GitHub
37e740a31f
python3Packages.exceptiongroup: fix build on staging ( #487915 )
2026-02-08 16:41:01 +00:00
Tom Hunze and Martin Weinelt
294b175b8b
python3Packages.exceptiongroup: fix build after cpython repr changes
...
CPython fixed https://github.com/python/cpython/issues/141732 in
https://github.com/python/cpython/pull/141736 , but exceptiongroup 1.3.1,
including its test suite, still matches the old repr behavior.
The CPython fix has only been backported to 3.13 so far, where it was
first included in version 3.13.12, so we only need to patch for 3.13
and 3.15+.
Upstream issue: https://github.com/agronholm/exceptiongroup/issues/154
2026-02-08 17:01:36 +01:00
Martin Weinelt and GitHub
b15c667f6a
python3Packages.uv-build: 0.9.26 -> 0.10.0 ( #487483 )
2026-02-08 15:12:26 +00:00
sternenseemann
3c04c957b1
Merge haskell-updates PR #485516 into staging
2026-02-08 14:12:07 +01:00
sternenseemann
4098b13ae3
Merge branch staging-next into staging
2026-02-08 13:28:22 +01:00
nixpkgs-ci[bot] and GitHub
3ad1012423
Merge master into staging-next
2026-02-08 12:08:19 +00:00
Sefa Eyeoglu and GitHub
54976e3e46
resources: 1.9.1 -> 1.10.0 ( #486818 )
2026-02-08 11:48:32 +00:00
nixpkgs-ci[bot] and GitHub
c5fa417a50
routedns: 0.1.131 -> 0.1.133 ( #488101 )
2026-02-08 11:47:59 +00:00
Bjørn Forsman and GitHub
d10a4c8137
impl: 1.4.0 -> 1.5.0 ( #488245 )
2026-02-08 11:38:21 +00:00
sternenseemann
7d534f6103
top-level/release-haskell.nix: drop removed package cedille
2026-02-08 12:14:57 +01:00
Thiago Kenji Okada and GitHub
706875e243
libretro.ppsspp: 0-unstable-2026-01-31 -> 0-unstable-2026-02-07 ( #488160 )
2026-02-08 11:08:35 +00:00
Jonas Heinrich and GitHub
f3441cbf3a
outline: 1.1.0 -> 1.4.0 ( #472190 )
2026-02-08 10:54:11 +00:00
sternenseemann and GitHub
9b8edf6997
ghc: Fix regression in unregisterised builds ( #487958 )
2026-02-08 10:29:54 +00:00
sternenseemann
49e643b789
haskellPackages.stakhanov: disable test suite
...
In theory this should work with postgresql + pgmq plugin with
postgresqlTestHook and postgresqlEnableTCP (hardcodes port),
but it fails on selecting from the pgmq schema. Maybe the db
needs to be preinitialized somehow?
2026-02-08 11:25:43 +01:00
sternenseemann
4d0e75659a
haskellPackages.ghci-quickfix: disable test requiring cabal-install
2026-02-08 11:25:43 +01:00
sternenseemann
b060905537
haskellPackages.x509-ocsp: pin to < 0.4.1 to match crypton-x509
2026-02-08 11:25:42 +01:00
Fabian Affolter and GitHub
9378e64792
python313Packages.boschshcpy: 0.2.107 -> 0.2.109 ( #488266 )
2026-02-08 10:04:15 +00:00
Fabian Affolter and GitHub
e54dabde61
python313Packages.iamdata: 0.1.202602071 -> 0.1.202602081 ( #488261 )
2026-02-08 10:02:42 +00:00
Fernando Rodrigues and GitHub
05afd40299
bolt-launcher: fetchFromGitea -> fetchFromCodeberg ( #488173 )
2026-02-08 10:00:05 +00:00
Bobby Rong and GitHub
f0158775f8
vscodium: 1.108.10359 -> 1.108.20787 ( #488108 )
2026-02-08 09:55:53 +00:00
Fabian Affolter
d927e23ac4
python313Packages.boschshcpy: 0.2.107 -> 0.2.109
...
Diff: https://github.com/tschamm/boschshcpy/compare/0.2.107...0.2.109
2026-02-08 10:52:05 +01:00
Gergő Gutyina and GitHub
47bd959e3d
treewide: move NIX_LDFLAGS into env for structuredAttrs (l-o) ( #486055 )
2026-02-08 09:45:51 +00:00
Fabian Affolter
bb6a6eb778
python313Packages.iamdata: 0.1.202602071 -> 0.1.202602081
...
Diff: https://github.com/cloud-copilot/iam-data-python/compare/v0.1.202602071...v0.1.202602081
Changelog: https://github.com/cloud-copilot/iam-data-python/releases/tag/v0.1.202602081
2026-02-08 10:38:24 +01:00
Fabian Affolter and GitHub
992c98e560
python3Packages.jsonargparse: 4.45.0 -> 4.46.0 ( #487793 )
2026-02-08 09:37:26 +00:00
Fabian Affolter and GitHub
a7a9ce329a
python313Packages.iamdata: 0.1.202602061 -> 0.1.202602071 ( #487965 )
2026-02-08 09:26:42 +00:00
Fabian Affolter and GitHub
dbabd46097
python314Packages.publicsuffixlist: 1.0.2.20260204 -> 1.0.2.20260207 ( #488005 )
2026-02-08 09:26:36 +00:00
Fabian Affolter and GitHub
d2f5db0c2c
python312Packages.mypy-boto3-sagemaker: 1.42.36 -> 1.42.44, python314Packages.boto3-stubs: 1.42.43 -> 1.42.44 ( #488006 )
2026-02-08 09:26:29 +00:00
Fabian Affolter and GitHub
23703b4360
python3Packages.bhopengraph: 1.3.0 -> 1.3.1 ( #487957 )
2026-02-08 09:24:10 +00:00
Fabian Affolter and GitHub
19cc17181c
dnsmonster: 1.2.9 -> 1.2.5; re-syncing version from mosajjal/dnsmonster ( #488236 )
2026-02-08 09:23:36 +00:00
Fabian Affolter and GitHub
9eec7efe76
python3Packages.llama-index-llms-openai-like: 0.5.3 -> 0.6.0 ( #487563 )
2026-02-08 09:23:08 +00:00
Fabian Affolter and GitHub
9e2d239797
python313Packages.jsonargparse: migrate to finalAttrs
2026-02-08 10:21:38 +01:00
Fabian Affolter and GitHub
c4e99d99e8
python313Packages.bhopengraph: migrate to finalAttrs
2026-02-08 10:18:29 +01:00
Fabian Affolter and GitHub
ad02a56264
cdncheck: 1.2.21 -> 1.2.22 ( #488156 )
2026-02-08 09:14:55 +00:00
Fabian Affolter and GitHub
3c9676af70
python3Packages.pytransportnswv2: 2.2.2 -> 2.2.5 ( #488113 )
2026-02-08 09:14:26 +00:00
Fabian Affolter and GitHub
472e071b1d
python3Packages.llama-index-workflows: 2.13.1 -> 2.14.1 ( #487814 )
2026-02-08 09:12:58 +00:00
Fabian Affolter and GitHub
443c3435b7
python313Packages.xkcdpass: 1.20.0 -> 1.30.0 ( #487213 )
2026-02-08 09:10:26 +00:00
Fabian Affolter and GitHub
8e833e717b
python3Packages.agentic-threat-hunting-framework: 0.5.2 -> 0.7.0 ( #488249 )
2026-02-08 09:08:44 +00:00
Marcus Ramberg and GitHub
5697a89a59
dms-greeter: inherit package defaults from dms-shell ( #487733 )
2026-02-08 09:08:18 +00:00
Jo and GitHub
fc326117a0
nix-prefetch-*: set pname and version ( #487672 )
2026-02-08 09:07:25 +00:00
Nikolay Korotkiy and GitHub
559c95a64f
go-jsonschema: 0.21.0 -> 0.22.0 ( #488207 )
2026-02-08 09:05:02 +00:00
Nikolay Korotkiy and GitHub
a4f2c6d69d
source-meta-json-schema: 14.0.3 -> 14.7.1 ( #481192 )
2026-02-08 08:59:28 +00:00
nixpkgs-ci[bot] and GitHub
1005c879a7
volanta: 1.15.2 -> 1.15.3 ( #488147 )
2026-02-08 08:57:43 +00:00
Pavol Rusnak and GitHub
7c6f215447
python3Packages.slip10: drop ecdsa from inputs ( #488253 )
2026-02-08 08:56:23 +00:00
R. Ryantm and Nikolay Korotkiy
4f4d4f5111
source-meta-json-schema: 14.0.3 -> 14.7.1
2026-02-08 12:54:24 +04:00
Pavol Rusnak
078273222e
python3Packages.slip10: drop ecdsa from inputs
2026-02-08 09:51:17 +01:00
nixpkgs-ci[bot] and GitHub
70d86657e0
jdt-language-server: 1.55.0 -> 1.56.0 ( #485957 )
2026-02-08 08:41:09 +00:00