about summary refs log tree commit diff
path: root/pkgs/os-specific
AgeCommit message (Collapse)AuthorFilesLines
2024-01-18Merge pull request #281253 from NickCao/nss_ldap-crossNick Cao1-1/+7
nss_ldap: fix cross compilation
2024-01-18kmscube: unstable-2018-06-17 -> unstable-2023-09-25György Kurucz1-17/+18
A lot of new features were added to kmscube since 2018. A new program called "textuator" has also been added, that supposedly helps with texture layout debugging.
2024-01-18Merge pull request #281701 from JerrySM64/update-linux-zenThiago Kenji Okada1-2/+2
linuxKernel.kernels.linux_lqx: 6.6.11-lqx1 -> 6.6.12-lqx1
2024-01-18linuxKernel.kernels.linux_lqx: 6.6.11-lqx1 -> 6.6.12-lqx1Jerry Starke1-2/+2
2024-01-17ksmbd-tools: install systemd unitK9001-0/+1
2024-01-17pkgsMusl.systemd: fix build (#281323)superherointj1-0/+1
PR #239201 broke systemd for musl. To make the build actually work, #278994 [not available in master yet] is also required. Fixes: https://github.com/NixOS/nixpkgs/issues/280738 Co-authored-by: @nesteroff @yu-re-ka
2024-01-17Merge pull request #281410 from amaxine/fwupd-efi-1.4Franz Pletz1-2/+4
2024-01-17Merge pull request #280781 from Atemu/update/xanmodFranz Pletz1-4/+4
2024-01-16fwupd-efi: 1.3 → 1.4Maxine Aubrey1-2/+4
2024-01-16Merge pull request #281365 from Kiskae/nvidia/535.154.05Nick Cao1-6/+6
linuxPackages.nvidiaPackages.production: 535.146.02 -> 535.154.05
2024-01-16Merge pull request #280939 from arthsmn/plymouthK9002-2/+30
plymouth: 23.360.11 -> 24.004.60
2024-01-16linuxPackages.nvidiaPackages.production: 535.146.02 -> 535.154.05Kiskae1-6/+6
2024-01-16Merge pull request #280415 from r-ryantm/auto-update/freeipaJanne Heß1-2/+2
freeipa: 4.11.0 -> 4.11.1
2024-01-16Merge pull request #281254 from NickCao/mingetty-crossNick Cao1-1/+6
mingetty: fix cross compilation
2024-01-16linux_4_19: 4.19.304 -> 4.19.305Alyssa Ross1-2/+2
2024-01-16linux_5_4: 5.4.266 -> 5.4.267Alyssa Ross1-2/+2
2024-01-16linux_5_10: 5.10.207 -> 5.10.208Alyssa Ross1-2/+2
2024-01-16linux_5_15: 5.15.146 -> 5.15.147Alyssa Ross1-2/+2
2024-01-16linux_6_1: 6.1.72 -> 6.1.73Alyssa Ross1-2/+2
2024-01-16linux_6_6: 6.6.11 -> 6.6.12Alyssa Ross1-2/+2
2024-01-16Merge pull request #280040 from Luflosi/update/linuxPackages.apfsSandro1-2/+2
linuxPackages.apfs: 0.3.5 -> 0.3.6
2024-01-16Merge pull request #281190 from K900/linux-firmware-20240115K9001-4/+4
linux-firmware: 20231211 -> 20240115
2024-01-15Merge pull request #281143 from ethorsoe/trace-cmd-patha-n-n-a-l-e-e1-1/+9
trace-cmd: search path properly when running commands
2024-01-15mingetty: fix cross compilationNick Cao1-1/+6
2024-01-15nss_ldap: fix cross compilationNick Cao1-1/+7
2024-01-15linux-firmware: 20231211 -> 20240115K9001-4/+4
2024-01-15Merge pull request #279478 from khaneliman/yabaiPol Dellaiera1-3/+3
yabai: 6.0.4 -> 6.0.6
2024-01-15trace-cmd: search path properly when running commandsEmil Thorsoe1-1/+9
2024-01-15Merge pull request #259168 from SuperSandro2000/zd1211Arnout Engelen1-2/+2
zd1211: only copy firmware files according to readme, update license
2024-01-15Merge pull request #281056 from JerrySM64/update-linux-zenThiago Kenji Okada1-2/+2
linuxKernel.kernels.linux_zen: 6.7-zen2 -> 6.7-zen3
2024-01-15linuxKernel.kernels.linux_zen: 6.7-zen2 -> 6.7-zen3Jerry Starke1-2/+2
2024-01-14Merge pull request #268280 from peat-psuwit/for-upstream/upgrade-linux-rpiBernardo Meurer3-14/+15
2024-01-14plymouth: 23.360.11 -> 24.004.60arthsmn2-2/+30
2024-01-14Merge pull request #269080 from Stunkymonkey/fabricmanager-deprecate-phasesFranz Pletz1-1/+0
2024-01-14iwd: 2.12 -> 2.13Muhammad Falak R Wani1-2/+2
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-01-14nixos-rebuild: Avoid empty commandRobert Hensing1-4/+18
"${a[@]}" => ok "${foo:+a[@]}" => empty string when length is 0
2024-01-14nixos-rebuild: Add tty only to "sudo-able" commands for targetRobert Hensing1-2/+4
This solves again the problem solved by 09fd207cb8a6a1e654cdc9dc49610ebd456fe05d. To quote: > We always want to use `ssh -t` to force PTY allocation as there may be > interactive SSH prompts like trusting unknown hosts. However, the creation of a pseudoterminal causes the remote stdout and stderr to point to the same tty, resulting in a single stream in the ssh client, which breaks other usages of ssh, such as `--build-host`. Hence, this commit only sets the flag for invocations that need it - or would need it if sudo were disabled. That should help with development and gives a somewhat more consistent user experience.
2024-01-14Revert "nixos-rebuild: fix entering sudo password over SSH"Robert Hensing1-1/+1
This reverts commit 09fd207cb8a6a1e654cdc9dc49610ebd456fe05d. It caused a regression when using `--build-host` and flakes. See https://github.com/NixOS/nixpkgs/pull/277642#issuecomment-1890783714
2024-01-13linux_xanmod_latest: 6.6.9 -> 6.6.10Atemu1-2/+2
2024-01-13linux_xanmod: 6.1.70 -> 6.1.72Atemu1-2/+2
2024-01-13Merge pull request #277642 from Enzime/fix/nixos-rebuild-remote-sudoRobert Hensing3-15/+24
nixos-rebuild: fix issues when using `--target-host`
2024-01-13Merge pull request #279192 from wegank/mcfgthread-bumpWeijia Wang1-6/+18
windows.mcfgthreads: unstable-2023-06-06 -> 1.6.1, refactor
2024-01-13Merge pull request #280625 from r-ryantm/auto-update/power-calibrateNick Cao1-2/+2
power-calibrate: 0.01.34 -> 0.01.35
2024-01-13Merge pull request #280630 from r-ryantm/auto-update/powerstatNick Cao1-2/+2
powerstat: 0.04.01 -> 0.04.02
2024-01-13Merge pull request #280593 from r-ryantm/auto-update/fnotifystatNick Cao1-2/+2
fnotifystat: 0.02.10 -> 0.02.11
2024-01-13Merge pull request #280598 from r-ryantm/auto-update/forkstatNick Cao1-2/+2
forkstat: 0.03.01 -> 0.03.02
2024-01-13Merge pull request #280613 from r-ryantm/auto-update/health-checkNick Cao1-2/+2
health-check: 0.03.11 -> 0.03.12
2024-01-13Merge pull request #280656 from JerrySM64/update-linux-zenThiago Kenji Okada1-4/+4
linuxKernel.kernels.linux_zen: 6.7-zen1 -> 6.7-zen2 ; linuxKernel.kernels.linux_lqx: 6.6.10-lqx1 -> 6.6.11-lqx1
2024-01-13linux/hardened/patches/6.6: 6.6.10-hardened1 -> 6.6.11-hardened1Alyssa Ross1-5/+5
2024-01-13linux_5_10: 5.10.206 -> 5.10.207Alyssa Ross1-2/+2