summary refs log tree commit diff
path: root/pkgs/os-specific
Commit message (Collapse)AuthorAge
* extrace: 0.7 -> 0.8R. RyanTM2021-08-06
|
* Merge pull request #132839 from r-ryantm/auto-update/ipsetMaximilian Bosch2021-08-06
|\ | | | | ipset: 7.14 -> 7.15
| * ipset: 7.14 -> 7.15R. RyanTM2021-08-06
| |
* | Merge pull request #132523 from alyssais/s6-linux-initSandro2021-08-05
|\ \ | | | | | | s6-linux-init: 1.0.6.2 -> 1.0.6.3
| * | s6-linux-init: 1.0.6.2 -> 1.0.6.3Alyssa Ross2021-08-03
| | |
* | | linux: 5.13.7 -> 5.13.8TredwellGit2021-08-04
| | |
* | | linux: 4.9.277 -> 4.9.278TredwellGit2021-08-04
| | |
* | | linux: 4.4.277 -> 4.4.278TredwellGit2021-08-04
| | |
* | | zfs: add latestCompatibleLinuxPackages optionJonathan Ringer2021-08-04
| |/ |/|
* | Merge pull request #132599 from Artturin/update-evdiSandro2021-08-04
|\ \ | | | | | | linuxPackages.evdi: unstable-2021-06-11 -> unstable-2021-07-07
| * | linuxPackages.evdi: unstable-2021-06-11 -> unstable-2021-07-7Artturin2021-08-04
| |/
* | Merge pull request #132659 from SuperSandro2000/SuperSandro2000-patch-1Sandro2021-08-04
|\ \ | | | | | | i810switch: switch to pname + version
| * | i810switch: switch to pname + versionSandro2021-08-04
| |/
* | Merge pull request #132443 from Stunkymonkey/os-specific-linx-phasesSandro2021-08-04
|\ \
| * | b43-firmware-5: remove phasesFelix Buehler2021-08-02
| | |
| * | b43-firmware-6: remove phasesFelix Buehler2021-08-02
| | |
| * | rtl8192su-firmware: deprecate phasesFelix Buehler2021-08-02
| | |
| * | rtl8723bs-firmware: deprecate phasesFelix Buehler2021-08-02
| | |
| * | i810switch: deprecate phasesFelix Buehler2021-08-02
| | |
| * | zenstates: deprecate phasesFelix Buehler2021-08-02
| | |
| * | apparmor-kernel-patches: deprecate phasesFelix Buehler2021-08-02
| | |
* | | linux_latest-libre: 18191 -> 18210TredwellGit2021-08-02
| | |
* | | linux: 5.13.6 -> 5.13.7TredwellGit2021-08-02
| | |
* | | linux: 4.9.276 -> 4.9.277TredwellGit2021-08-02
| | |
* | | linux: 4.4.276 -> 4.4.277TredwellGit2021-08-02
| |/ |/|
* | Merge pull request #132445 from flokli/linux-5.14-ideFlorian Klink2021-08-02
|\ \ | |/ |/| linux: only configure IDE to "no" pre-5.14
| * linux: only configure IDE to "no" pre-5.14Florian Klink2021-08-02
| | | | | | | | | | | | When trying to build a 5.14 (rc-*), this fails to build otherwise: > error: unused option: IDE
* | nvidia_x11: fix suspend script paths since 470.57.02 (#131838)André Vitor de Lima Matos2021-08-02
|/ | | | | nvidia 470.57.02 changed the path of `nvidia-sleep.sh` and systemd scripts, making `builder.sh` miss them and suspend-to-ram on systems where `hardware.nvidia.powerManagement.enable = true` is set fail.
* Merge pull request #132364 from markuskowa/upd-rdmamarkuskowa2021-08-02
|\ | | | | rdma-core: 35.0 -> 36.0
| * rdma-core: 35.0 -> 36.0Markus Kowalewski2021-08-02
| |
* | Merge pull request #132092 from lovesegfault/linux_xanmod-5.13.6Bernardo Meurer2021-08-01
|\ \ | |/ |/| linux_xanmod: 5.13.5 -> 5.13.7
| * linux_xanmod: 5.13.6 -> 5.13.7Bernardo Meurer2021-08-01
| |
| * linux_xanmod: 5.13.5 -> 5.13.6Bernardo Meurer2021-07-30
| |
* | Merge pull request #132247 from Mic92/linux-zenJörg Thalheim2021-08-01
|\ \ | | | | | | linux_zen: 5.13.5 -> 5.13.7
| * | linux_zen: actually enable patchsetJörg Thalheim2021-07-31
| | |
| * | linux_zen: 5.13.5 -> 5.13.7Jörg Thalheim2021-07-31
| | |
* | | darwin.apple_sdk.frameworks.AVFoundation: Add missing dependenciesAngus Trau2021-08-01
|/ /
* | treewide: fix redirected URLsBen Siraphob2021-08-01
| | | | | | | | Using the script in maintainers/scripts/update-redirected-urls.sh
* | nixos-rebuild: print run-*-vm location with bootloader (#130385)brprice2021-07-31
| | | | | | | | | | Previously when doing a nixos-rebuild build-vm we see a message saying how to run the VM, but with nixos-rebuild build-vm-with-bootloader we did not. We now show it in both cases.
* | Merge pull request #132006 from r-ryantm/auto-update/ipsetBen Siraphob2021-07-31
|\ \ | | | | | | ipset: 7.11 -> 7.14
| * | ipset: 7.11 -> 7.14R. RyanTM2021-07-29
| |/
* / linux/common-config.nix: disable LPAE on armv7l-linuxBen Wolsieffer2021-07-30
|/ | | | | | | | | | | LPAE was enabled to support native armv7l builders running in QEMU on aarch64, but this option disables support for processors which don't support LPAE, which are still relatively common. In particular, Beaglebones use the Cortex-A8, which doesn't support LPAE. Also, if you attempt to boot an LPAE kernel on a CPU that doesn't support it, it fails before even earlycon is initialized. This makes the problem difficult to debug without enabling CONFIG_DEBUG_LL or using a hardware debugger.
* Merge master into staging-nextgithub-actions[bot]2021-07-29
|\
| * Merge pull request #131871 from fpletz/pkgs/powertop-2.14Maximilian Bosch2021-07-29
| |\ | | | | | | powertop: 2.13 -> 2.14
| | * powertop: 2.13 -> 2.14Franz Pletz2021-07-28
| | |
| * | jool: 4.0.9 -> 4.1.5Franz Pletz2021-07-28
| |/
* | Merge master into staging-nextgithub-actions[bot]2021-07-28
|\|
| * nixos-rebuild: Set inherit_errexitEelco Dolstra2021-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without this, failure of nixBuild() and nixFlakeBuild() was ignored (since bash doesn't inherit 'set -e' in subshells by default), so the script would proceed with a bogus ./result link, e.g. ++ readlink -f /tmp/nixos-rebuild.NfHKxx/result + pathToConfig='/nix/store/m7dvk6an18cpr95qn5wnig2600qhv6w7-nix-2.4pre20210727_706777a/bin/nix /tmp/nixos-rebuild.NfHKxx/result' + '[' test = switch -o test = boot ']' + copyToTarget '/nix/store/m7dvk6an18cpr95qn5wnig2600qhv6w7-nix-2.4pre20210727_706777a/bin/nix /tmp/nixos-rebuild.NfHKxx/result' + '[' '' = '' ']' + '[' test = switch -o test = boot -o test = test -o test = dry-activate ']' + targetHostCmd /nix/store/m7dvk6an18cpr95qn5wnig2600qhv6w7-nix-2.4pre20210727_706777a/bin/nix /tmp/nixos-rebuild.NfHKxx/result/bin/switch-to-configuration test + '[' -z '' ']' + sudo -- /nix/store/m7dvk6an18cpr95qn5wnig2600qhv6w7-nix-2.4pre20210727_706777a/bin/nix /tmp/nixos-rebuild.NfHKxx/result/bin/switch-to-configuration test error: '/tmp/nixos-rebuild.NfHKxx/result/bin/switch-to-configuration' is not a recognised command Try '/nix/store/m7dvk6an18cpr95qn5wnig2600qhv6w7-nix-2.4pre20210727_706777a/bin/nix --help' for more information. + echo 'warning: error(s) occurred while switching to the new configuration' warning: error(s) occurred while switching to the new configuration
| * linux: 5.13.5 -> 5.13.6Florian Klink2021-07-28
| |
* | Merge master into staging-nextgithub-actions[bot]2021-07-28
|\|