Commit Graph

25161 Commits

Author SHA1 Message Date
Silvan Mosberger
d9957dcdd8
Merge pull request #270859 from Mic92/eval-fixes
Eval fixes from release-attrpaths-superset.nix optimization
2023-11-29 12:29:35 +01:00
Alyssa Ross
565eb9a83a
linux-rt_5_10: 5.10.199-rt97 -> 5.10.201-rt98 2023-11-29 11:47:47 +01:00
Alyssa Ross
c84f34c3c0
linux_4_14: 4.14.330 -> 4.14.331 2023-11-29 11:47:30 +01:00
Alyssa Ross
3172e8e1fc
linux_4_19: 4.19.299 -> 4.19.300 2023-11-29 11:47:25 +01:00
Alyssa Ross
f954c6ac38
linux_5_4: 5.4.261 -> 5.4.262 2023-11-29 11:47:19 +01:00
Alyssa Ross
f3f7cca7e5
linux_5_10: 5.10.201 -> 5.10.202 2023-11-29 11:47:13 +01:00
Alyssa Ross
c2a8b5f8d2
linux_5_15: 5.15.139 -> 5.15.140 2023-11-29 11:47:06 +01:00
Alyssa Ross
2f492ad3cf
linux_6_1: 6.1.63 -> 6.1.64 2023-11-29 11:47:00 +01:00
Alyssa Ross
5214ba12f3
linux_6_5: 6.5.12 -> 6.5.13 2023-11-29 11:46:47 +01:00
Alyssa Ross
dd27218c71
linux_6_6: 6.6.2 -> 6.6.3 2023-11-29 11:46:40 +01:00
Alyssa Ross
4f711c3ba6
linux_testing: 6.7-rc2 -> 6.7-rc3 2023-11-29 11:46:05 +01:00
Jörg Thalheim
41becba8d2 sysdig: 0.33.1 -> 0.34.1 2023-11-29 11:10:37 +01:00
Adam Joseph
1ac5c75337 amdgpu-pro: make error message actionable 2023-11-29 09:45:17 +01:00
Emily Trau
6721348da7
Merge pull request #264749 from r-ryantm/auto-update/intel-compute-runtime
intel-compute-runtime: 23.30.26918.20 -> 23.35.27191.9
2023-11-29 18:15:40 +11:00
Maciej Krüger
9513206861
Merge pull request #269554 from mkg20001/cfs 2023-11-28 21:28:01 +01:00
Nick Cao
7bff840f95
Merge pull request #269262 from Kiskae/nvidia/545.29.06
linuxPackages.nvidia_x11: 545.29.02 -> 545.29.06
2023-11-28 10:21:17 -05:00
Kiskae
9c24e11f3a nvidiaPackages.(settings|persistened): add fallback cdn 2023-11-28 15:42:39 +01:00
Kiskae
3281455a26 nvidiaPackages: format generic.nix 2023-11-28 15:17:12 +01:00
markuskowa
9aaa0ca445
Merge pull request #269696 from markuskowa/fix-macsec
hostapd: enable MACSEC features
2023-11-28 09:08:34 +01:00
Will Fancher
927a9655a2
Merge pull request #262952 from JulienMalka/systemd-options
systemd: add withLogTrace option
2023-11-27 17:19:03 -05:00
Pol Dellaiera
f7fa9218c0
Merge pull request #266985 from r-ryantm/auto-update/irqbalance
irqbalance: 1.9.2 -> 1.9.3
2023-11-27 21:15:06 +01:00
mfrischknecht
34d92e99fb
nix-ld: mark as broken on 32 bit targets (#269919)
See https://github.com/Mic92/nix-ld/issues/64
2023-11-27 20:28:44 +01:00
Julien Malka
bad55bdc09
Merge pull request #270403 from miallo/fix-list-generations-manpage
nixos-rebuild: remove manpage hint on feature that is not merged
2023-11-27 16:38:46 +01:00
Adam C. Stephens
c9b87a5dfa
Merge pull request #270275 from amarshall/zfs-disable-dmu-offset-by-default
zfs: default disable zfs_dmu_offset_next_sync to avoid data corruption
2023-11-27 08:35:28 -05:00
Michael Lohmann
67c354b081 nixos-rebuild: remove manpage hint on feature that is not merged
This is a hint that mentions the feature #105910 but that is not yet
merged. This is very confusing and since it there is no progress with
that merge we should remove the reference
2023-11-27 12:35:40 +01:00
Adam C. Stephens
45827faa21
Merge pull request #269097 from amarshall/zfs-221
zfs: 2.2.0 -> 2.2.1; zfsUnstable: 2.2.1-unstable-2023-10-21 -> 2.2.1
2023-11-26 18:14:46 -05:00
Mario Rodas
013f0a99e5
Merge pull request #270227 from khaneliman/darwin-fix
yabai: fix x86_64 build
2023-11-26 16:53:16 -05:00
Austin Horstman
f9bc643137
yabai: fix x86_64 build 2023-11-26 12:54:58 -06:00
Andrew Marshall
9670ddc543 zfs: default disable zfs_dmu_offset_next_sync to avoid data corruption
This helps mitigate a data corruption bug. This was previously defaulted
to zero prior to upstream commit
05b3eb6d232009db247882a39d518e7282630753, and it is already a tunable,
so doing this seems safe. Initially data corruption was thought to be
introduced with v2.2, but further upstream investigation currently
believes that changes in v2.2 only exacerbated the issue that already
existed.

A longer-term fix is likely to be
https://github.com/openzfs/zfs/pull/15571, though that is not yet
merged. The zfs_2_1 package has already backported that, so do not apply
the tunable default change there.

Positioning of `extraPatches` is to avoid merge conflicts with
https://github.com/NixOS/nixpkgs/pull/269097.

Patch is nearly identical to the [Gentoo][1] patch, but better patch
formatting.

See https://github.com/openzfs/zfs/issues/11900
See https://github.com/openzfs/zfs/issues/15526

[1]: https://gitweb.gentoo.org/repo/gentoo.git/tree/sys-fs/zfs-kmod/files/zfs-kmod-2.2.1-Disable-zfs_dmu_offset_next_sync-tunable-by-default.patch
2023-11-26 13:29:41 -05:00
Jörg Thalheim
55b737831b zfsUnstable: 2.2.1-unstable-2023-10-21 -> 2.2.1
Signed-off-by: Jörg Thalheim <joerg@thalheim.io>
2023-11-26 12:26:39 -05:00
Andrew Marshall
365cc96597 zfs: 2.2.0 -> 2.2.1
Now supports Kernel 6.6.
2023-11-26 12:26:16 -05:00
Mihai-Drosi Câju
1afdfc5259 waydroid: remove with lib; 2023-11-26 17:13:15 +02:00
Artturin
40eff710af Revert "Systemd package rewrite"
Reverts NixOS/nixpkgs#269620

- eab0837b68 caused a mass-rebuild on master

- self-merge on a critical package without review and not waiting for the active owner team

Below are the reverts of the commits from that PR

Revert "systemd: migrate to by-name"

This reverts commit 33d2a40d67.

Revert "systemd: add meta.longDescription"

This reverts commit 7c588d141d.

Revert "systemd: cosmetic rewording of code"

This reverts commit d91b8d9fcb.

Revert "systemd: cosmetic rewording of comments"

This reverts commit bc563998c0.

Revert "systemd: remove some redundancy on mesonFlags"

This reverts commit eab0837b68.

Revert "systemd: use  lib.meson* functions"

This reverts commit 1129756b1a.
2023-11-26 03:12:04 +02:00
Anderson Torres
33d2a40d67 systemd: migrate to by-name 2023-11-25 20:11:32 -03:00
Anderson Torres
7c588d141d systemd: add meta.longDescription 2023-11-25 20:11:32 -03:00
Anderson Torres
d91b8d9fcb systemd: cosmetic rewording of code 2023-11-25 20:11:32 -03:00
Anderson Torres
bc563998c0 systemd: cosmetic rewording of comments 2023-11-25 20:11:32 -03:00
Anderson Torres
eab0837b68 systemd: remove some redundancy on mesonFlags 2023-11-25 20:11:32 -03:00
Anderson Torres
1129756b1a systemd: use lib.meson* functions 2023-11-25 20:11:32 -03:00
Atemu
942b1a8fbd
Merge pull request #269416 from zzzsyyy/update/xanmod
linux_xanmod, linux_xanmod_latest: 2023-11-20
2023-11-25 21:51:50 +01:00
Peder Bergebakken Sundt
7812141f86
Merge pull request #255511 from evils/rasdaemon
rasdaemon: 0.7.0 -> 0.8.0
2023-11-25 16:47:52 +01:00
Nick Cao
41e7ce9a0a
Merge pull request #269784 from r-ryantm/auto-update/ksmbd-tools
ksmbd-tools: 3.5.0 -> 3.5.1
2023-11-25 10:05:43 -05:00
Nick Cao
81497e8822
Merge pull request #269774 from r-ryantm/auto-update/android-udev-rules
android-udev-rules: 20231030 -> 20231104
2023-11-25 10:04:14 -05:00
Nick Cao
f2d3ee6d90
Merge pull request #269789 from aidalgol/teensy-udev-rules-license-fix
teensy-udev-rules: correct meta attribute
2023-11-25 09:50:45 -05:00
R. Ryantm
65217c32df powerstat: 0.03.03 -> 0.04.01 2023-11-25 09:49:02 +00:00
Aidan Gauland
2456fc6040
teensy-udev-rules: correct meta attribute
* Correct license attribute.
* Use longDescription and description attributes correctly.
2023-11-25 18:07:25 +13:00
R. Ryantm
2bd012f68d ksmbd-tools: 3.5.0 -> 3.5.1 2023-11-25 04:20:50 +00:00
R. Ryantm
44a4aadba9 android-udev-rules: 20231030 -> 20231104 2023-11-25 01:56:04 +00:00
Markus Kowalewski
b3e84ac8dd
hostapd: enable macsec 2023-11-24 20:27:31 +01:00
Ryan Lahfa
58fdc495ed
Merge pull request #269452 from RaitoBezarius/zfs-superstable 2023-11-24 17:41:43 +01:00