about summary refs log tree commit diff
path: root/pkgs/os-specific
AgeCommit message (Collapse)AuthorFilesLines
2022-03-29Merge pull request #166226 from Stunkymonkey/treewide-fetchFromGitHub-3Sandro1-4/+5
2022-03-29lvm2: don't use targetPlatformAlyssa Ross1-5/+5
targetPlatform is the platform the current package's programs will produce binaries for — only relevant for compilers and similar. hostPlatform is the platform the current package's programs will run on. The incorrect use of targetPlatform meant that anything that tried to link to it (like cryptsetup) would fail to build when it was used as a native build input for a cross-compiled Musl derivation. Fixes: 2cc29125a72 ("lvm2: package 2.02.x for musl")
2022-03-29disk_indicator: switch to fetchFromGitHubFelix Buehler1-4/+5
2022-03-28Merge pull request #166056 from IvarWithoutBones/fix/rtl8821ce-5_17Sandro1-2/+14
2022-03-28Merge pull request #165028 from alyssais/linux-5.17-rtl8821auSandro1-3/+3
2022-03-28Merge pull request #166051 from TredwellGit/linuxMaximilian Bosch8-16/+16
Linux kernels 2022-03-28
2022-03-28Merge pull request #165691 from lucc/github-removed-unencrypted-gitSandro1-1/+1
2022-03-28linuxPackages.rtl8821ce: fix build for kernel >= 5.17Ivar Scholten1-2/+14
2022-03-28linux: 5.4.187 -> 5.4.188TredwellGit1-2/+2
2022-03-28linux: 5.17 -> 5.17.1TredwellGit1-2/+2
2022-03-28linux: 5.16.17 -> 5.16.18TredwellGit1-2/+2
2022-03-28linux: 5.15.31 -> 5.15.32TredwellGit1-2/+2
2022-03-28linux: 5.10.108 -> 5.10.109TredwellGit1-2/+2
2022-03-28linux: 4.9.308 -> 4.9.309TredwellGit1-2/+2
2022-03-28linux: 4.19.236 -> 4.19.237TredwellGit1-2/+2
2022-03-28linux: 4.14.273 -> 4.14.274TredwellGit1-2/+2
2022-03-27Merge pull request #163474 from reckenrode/dxvk-refactorSandro2-0/+63
2022-03-27Merge pull request #165933 from TredwellGit/linuxMaximilian Bosch8-16/+16
Linux kernels 2022-03-23
2022-03-27Merge pull request #165524 from andrevmatos/kernel/zenSandro1-3/+4
2022-03-27linux_latest-libre: 18635 -> 18664TredwellGit1-2/+2
2022-03-27linux: 5.4.186 -> 5.4.187TredwellGit1-2/+2
2022-03-27linux: 5.16.16 -> 5.16.17TredwellGit1-2/+2
2022-03-27linux: 5.15.30 -> 5.15.31TredwellGit1-2/+2
2022-03-27linux: 5.10.107 -> 5.10.108TredwellGit1-2/+2
2022-03-27linux: 4.9.307 -> 4.9.308TredwellGit1-2/+2
2022-03-27linux: 4.19.235 -> 4.19.236TredwellGit1-2/+2
2022-03-27linux: 4.14.272 -> 4.14.273TredwellGit1-2/+2
2022-03-27Merge pull request #165001 from kalbasit/update-displaylinkSandro1-4/+4
2022-03-27Merge pull request #165163 from armeenm/bump-x86infoSandro1-16/+29
2022-03-26Merge pull request #163199 from r-ryantm/auto-update/upowerJan Tojnar1-4/+6
upower: 0.99.15 -> 0.99.17
2022-03-26upower: 0.99.15 → 0.99.17Jan Tojnar1-4/+6
https://gitlab.freedesktop.org/upower/upower/-/blob/v0.99.17/NEWS Also remove alias use and add meta.{changelog,maintainers}.
2022-03-25linux_testing_bcachefs: 2022-03-09 -> 2022-03-21Charlotte 🦝 Delenk1-3/+3
This should fix a bug causing kernel panics when your fs has snapshots enabled. See: https://lore.kernel.org/all/bc622d24-9fad-7b3-22cb-da4bf2dd32d@ewheeler.net/T/ This patch also bumps the kernel version to 5.16, as bcachefs is devel- oping against that now.
2022-03-25Merge pull request #165698 from gkleen/zfsBernardo Meurer1-9/+9
zfs: 2.1.3 -> 2.1.4
2022-03-25Merge pull request #165710 from lovesegfault/nvidia-510.60.02Bernardo Meurer1-4/+4
linuxPackages.nvidia_x11: 510.54 -> 510.60.02
2022-03-25Merge pull request #153981 from Enzime/nixos-rebuild-flake-reexecSilvan Mosberger1-21/+34
nixos-rebuild: Reexec when using flakes
2022-03-25Merge pull request #165547 from LibreCybernetics/kernel-optionsKevin Cox1-13/+12
Kernel options cleanup
2022-03-25treewide: replace defunct git://github.com urls with https://Lucas Hoffmann1-1/+1
Github has removed support for git://github.com and recommends https://github.com instead. See https://github.blog/2021-09-01-improving-git-protocol-security-github/
2022-03-24Merge pull request #165512 from Artturin/metarepremoveBen Siraphob6-9/+1
2022-03-25Merge pull request #164876 from TredwellGit/linuxMaximilian Bosch5-11/+11
Linux kernels 2022-03-19
2022-03-24linuxPackages.nvidia_x11: 510.54 -> 510.60.02Bernardo Meurer1-4/+4
2022-03-24treewide: remove meta.repositoriesArtturin6-9/+1
there's no documentation for meta.repositories and its not widely used
2022-03-24zfs: 2.1.3 -> 2.1.4Gregor Kleen1-9/+9
2022-03-24Merge pull request #165355 from NixOS/random-trust-bootloaderGraham Christensen1-0/+1
kernel: enable RANDOM_TRUST_BOOTLOADER on >= 5.4
2022-03-24nixos/earlyoom: bring the module up to date (#163663)Naïm Favier1-1/+5
* nixos/earlyoom: bring the module up to date Removes deprecated option `ignoreOOMScoreAdjust`, introduces `killHook` as a replacement for `notificationsCommand`, and adds an `extraArgs` option for things not covered by the module. * nixos/earlyoom: add nixos test * nixos/earlyoom: add reportInterval Allows setting the interval for logging a memory report. Defaults to 3600 following upstream (https://github.com/rfjakob/earlyoom/blob/master/earlyoom.default#L5) to avoid flooding logs. * nixos/earlyoom: add free{Mem,Swap}KillThreshold Fixes https://github.com/NixOS/nixpkgs/issues/83504
2022-03-23linux: condition CLEANCACHE to before 5.17 when it was removedFabián Heredia Montiel1-1/+3
2022-03-23linux: common-config cleanup older optionsFabián Heredia Montiel1-7/+4
2022-03-23linux_zen: 5.16.11-zen1 -> 5.17-zen1André Vitor de Lima Matos1-3/+4
2022-03-23linux: common-config condition power-management to required platformFabián Heredia Montiel1-5/+5
2022-03-23Merge pull request #160366 from benneti/projecteurRyan Mulligan1-0/+32
projecteur: init at 0.9.2
2022-03-23projecteur: init at 0.9.2Benedikt Tissot1-0/+32