Philip Taron
ffffc8aaa1
nixos/limine: add resolution option for Linux boot entries
...
Add boot.loader.limine.resolution option to control the framebuffer
resolution that Limine sets via GOP before booting Linux. This affects
early boot graphics drivers like simpledrm and efifb.
This is distinct from style.interface.resolution which only controls
the Limine bootloader's own menu interface - the new option sets the
per-entry "resolution:" directive in limine.conf which calls
gop->SetMode() to change the actual framebuffer resolution before
handing off to the kernel.
Example usage:
boot.loader.limine.resolution = "3840x1600x32";
This enables users to get native resolution early boot graphics
instead of being limited to whatever GOP mode the UEFI firmware
provides by default (often 1024x768).
2026-01-15 11:29:08 -08:00
Ramses and GitHub
307ce495f9
atuin: 18.10.0 -> 18.11.0 ( #480154 )
2026-01-15 19:15:35 +00:00
nixpkgs-ci[bot] and GitHub
9e15374812
mcp-grafana: 0.7.10 -> 0.8.2 ( #480138 )
2026-01-15 19:00:21 +00:00
nixpkgs-ci[bot] and GitHub
7eb176e1cd
grafana-dash-n-grab: 0.9.1 -> 0.9.2 ( #480422 )
2026-01-15 18:19:02 +00:00
nixpkgs-ci[bot] and GitHub
dc68d918f5
codebuff: 1.0.565 -> 1.0.581 ( #479912 )
2026-01-15 18:19:00 +00:00
Bjørn Forsman and GitHub
8eb4e86a5d
qt5.qtwebengine: Pin to GCC 14 ( #479108 )
2026-01-15 18:05:16 +00:00
dotlambda and GitHub
fb34f684a5
lean: fix build with GCC 15 ( #480010 )
2026-01-15 18:03:07 +00:00
dotlambda and GitHub
c4d0584e23
home-assistant-custom-components.homematicip_local: 2.1.1 -> 2.1.2 ( #480367 )
2026-01-15 18:01:52 +00:00
dotlambda and GitHub
ccb0855745
python314Packages.untokenize: disable ( #480036 )
2026-01-15 18:01:35 +00:00
dotlambda and GitHub
5cb4a01c32
python3Packages.pyinfra: 3.4.1 -> 3.6 ( #479736 )
2026-01-15 17:59:13 +00:00
dotlambda and GitHub
bd054352fc
vscode: 1.107.1 -> 1.108.0 ( #478946 )
2026-01-15 17:57:40 +00:00
Martin Weinelt and GitHub
e5c2eb90f7
python314Packages.numba: unmark disabled ( #480276 )
2026-01-15 17:46:57 +00:00
Mathew Polzin and GitHub
7ced29ccdf
protoc-gen-elixir: 0.15.0 -> 0.16.0 ( #480341 )
2026-01-15 17:23:32 +00:00
j-k and GitHub
8ed887b91f
apko: 0.30.35 -> 1.0.2 ( #480259 )
2026-01-15 17:02:59 +00:00
R. Ryantm
5cbb61814a
grafana-dash-n-grab: 0.9.1 -> 0.9.2
2026-01-15 17:00:22 +00:00
Nikolay Korotkiy and GitHub
3e9348ce93
python3Packages.rioxarray: disable failing test_indexing test ( #480310 )
2026-01-15 16:56:44 +00:00
Matt Sturgeon and GitHub
c078ee6465
nixos: remove optional builtins prefixes from prelude functions ( #447403 )
2026-01-15 16:48:34 +00:00
nixpkgs-ci[bot] and GitHub
7331438055
hugo: 0.154.3 -> 0.154.5 ( #480334 )
2026-01-15 16:41:34 +00:00
Nikolay Korotkiy and GitHub
cd5629ba0f
gpxsee: 15.7 -> 15.8 ( #480410 )
2026-01-15 16:32:12 +00:00
nixpkgs-ci[bot] and GitHub
668c69ae5d
tidb: 8.5.4 -> 8.5.5 ( #480297 )
2026-01-15 16:18:02 +00:00
R. Ryantm
c413f7c728
gpxsee: 15.7 -> 15.8
2026-01-15 16:16:11 +00:00
nixpkgs-ci[bot] and GitHub
a39c1be3a5
radicle-node: 1.5.0 -> 1.6.0, refactor package tests ( #480033 )
2026-01-15 15:47:03 +00:00
Toma and GitHub
7c113edb44
rstudio: fix loading of project-specific .Rprofile ( #382071 )
2026-01-15 15:45:42 +00:00
Thiago Kenji Okada and GitHub
b45893ddd2
jetbrains: 2025.3.1 -> 2025.3.1.1 ( #479506 )
2026-01-15 15:41:07 +00:00
Nikolay Korotkiy and GitHub
95d85d3970
simplotask: 1.19.2 -> 1.19.3 ( #480290 )
2026-01-15 15:39:07 +00:00
Martin Weinelt and GitHub
1f332ce184
home-assistant-custom-components.solax_modbus: 2025.11.1 -> 2026.01.1 ( #480237 )
2026-01-15 15:38:32 +00:00
Bruno Rodrigues
16998dd60c
rstudio: fix loading of project-specific .Rprofile
2026-01-15 16:24:07 +01:00
nixpkgs-ci[bot] and GitHub
c23ef8bf34
eask-cli: 0.12.0 -> 0.12.1 ( #480385 )
2026-01-15 15:08:49 +00:00
NAHO
a2ed7e8d88
nixos: remove optional builtins prefixes from prelude functions
...
Remove optional builtins prefixes from prelude functions by running:
builtins=(
abort
baseNameOf
break
derivation
derivationStrict
dirOf
false
fetchGit
fetchMercurial
fetchTarball
fetchTree
fromTOML
import
isNull
map
null
placeholder
removeAttrs
scopedImport
throw
toString
true
)
fd \
--exclude doc/manual/release-notes \
--type file \
. \
nixos \
--exec-batch sed --in-place --regexp-extended "
s/\<builtins\.($(
printf '%s\n' "${builtins[@]}" |
paste --delimiter '|' --serial -
))\>/\1/g
"
nix fmt
2026-01-15 16:07:55 +01:00
dotlambda and GitHub
68f936b638
python3Packages.python-engineio: 4.12.3 -> 4.13.0 ( #474095 )
2026-01-15 14:55:28 +00:00
dotlambda and GitHub
0adef75c58
python3Packages.python-socketio: 5.15.0 -> 5.16.0 ( #472900 )
2026-01-15 14:54:56 +00:00
dotlambda and GitHub
50736cdd8d
python3Packages.nodeenv: 1.9.1 -> 1.10.0 ( #472949 )
2026-01-15 14:54:23 +00:00
dotlambda and GitHub
e7f3acf859
python3Packages.aenum: 3.1.15 -> 3.1.16 ( #479883 )
2026-01-15 14:53:41 +00:00
John Ericson and GitHub
3ea6894af1
Add clang64 toolchain to pkgsCross ( #450796 )
2026-01-15 14:49:16 +00:00
R. Ryantm
778f0ca2d7
eask-cli: 0.12.0 -> 0.12.1
2026-01-15 14:44:20 +00:00
dish and GitHub
54671be46b
sql-formatter: 15.6.12 -> 15.7.0 ( #480343 )
2026-01-15 14:12:57 +00:00
Fabian Affolter and GitHub
6c13a3789c
python3Packages.switchbot-api: 2.9.0 -> 2.10.0 ( #480352 )
2026-01-15 14:01:59 +00:00
Fabian Affolter and GitHub
fee53cac55
python313Packages.switchbot-api: migrate to finalAttrs
2026-01-15 14:49:52 +01:00
Fabian Affolter and GitHub
5e32d1d3b9
python313Packages.iamdata: 0.1.202601141 -> 0.1.202601151 ( #480268 )
2026-01-15 13:47:59 +00:00
Fabian Affolter and GitHub
098d54029c
python313Packages.tencentcloud-sdk-python: 3.1.31 -> 3.1.32 ( #480270 )
2026-01-15 13:47:36 +00:00
Sandro and GitHub
2e22a675aa
paperless-ngx: 2.20.3 -> 2.20.4 ( #480318 )
2026-01-15 13:47:08 +00:00
Fabian Affolter and GitHub
2cfeae5dbd
python313Packages.tagoio-sdk: 5.1.0 -> 5.1.1 ( #480274 )
2026-01-15 13:47:04 +00:00
Fabian Affolter and GitHub
d9ed4b5078
python313Packages.botocore-stubs: 1.42.26 -> 1.42.27, python313Packages.boto3-stubs: 1.42.26 -> 1.42.27 ( #480065 )
2026-01-15 13:46:13 +00:00
K900 and GitHub
bce18a219f
kdePackages.powerdevil: improve reproducibility by adding explicit dep ( #480370 )
2026-01-15 13:45:42 +00:00
Fabian Affolter and GitHub
c009c8ef19
python3Packages.nicegui: 3.4.1 -> 3.5.0 ( #478766 )
2026-01-15 13:44:43 +00:00
Bobby Rong and GitHub
da5ef2c956
wingpanel-indicator-ayatana: drop ( #480034 )
2026-01-15 13:43:44 +00:00
Fabian Affolter and GitHub
a17194bce0
python3Packages.pyais: 2.14.0 -> 2.15.0 ( #480228 )
2026-01-15 13:42:45 +00:00
Ivan Mincik and GitHub
c2c553393d
spatialite-tools: add -lm to fix build with GCC 15 ( #480305 )
2026-01-15 13:42:38 +00:00
Fabian Affolter and GitHub
5088525d21
python3Packages.pygmt: 0.17.0 -> 0.18.0 ( #480248 )
2026-01-15 13:42:13 +00:00
Fabian Affolter and GitHub
7e72ee8b3c
python3Packages.python-fsutil: 0.15.0 -> 0.16.0 ( #480258 )
2026-01-15 13:40:58 +00:00