Commit Graph

28996 Commits

Author SHA1 Message Date
github-actions[bot]
8e5ca58e0a
Merge master into staging-next 2024-09-29 12:05:05 +00:00
K900
2f204572c6 nixos-rebuild: remove accidentally lost check
We should not set version to .git. when we don't know the commit.
2024-09-29 12:15:23 +03:00
github-actions[bot]
22165c231d
Merge master into staging-next 2024-09-27 12:05:46 +00:00
Franz Pletz
1174fd6678
linuxPackages.nvidiaPackages.*.open: fix for linux 6.11 (#344460) 2024-09-27 14:05:32 +02:00
github-actions[bot]
b42890bf68
Merge master into staging-next 2024-09-27 06:04:49 +00:00
Weijia Wang
b28ca15d5d
bartender: 5.1.2 -> 5.1.5 (#342965) 2024-09-27 02:22:34 +02:00
github-actions[bot]
a3340e0fbf
Merge master into staging-next 2024-09-26 06:04:51 +00:00
Masum Reza
0eed89c88e
linuxPackages.rtl8188eus-aircrack: support kernels 6.8-6.11 (#340622) 2024-09-26 11:03:17 +05:30
Franz Pletz
b7085bde2e
linuxPackages.nvidiaPackages.production: 550.107.02 -> 550.120 (#344524) 2024-09-26 04:29:07 +02:00
Franz Pletz
841f166ff9
linuxPackages.nvidiaPackages.latest.open: fix for linux 6.11
Fixes framebuffer support in Linux 6.11.

Fixes #343774, #323396.
2024-09-26 01:55:03 +02:00
Kiskae
4aa2d486e1 linuxPackages.nvidiaPackages.production: 550.107.02 -> 550.120 2024-09-25 22:40:56 +02:00
K900
a9128ce2f2 Merge remote-tracking branch 'origin/master' into staging-next 2024-09-25 21:07:19 +03:00
Artturin
88a3127a60 apparmor: fix invalid reference when withPython=false 2024-09-25 19:50:10 +03:00
Fabián Heredia Montiel
f148ad6e22
lksctp-tools: change hash after retag (#344326) 2024-09-24 23:37:30 -06:00
Artturin
f0e657f3b1 Merge branch 'master' into staging-next 2024-09-25 06:05:01 +03:00
Fabián Heredia Montiel
3e84f7c96c lksctp-tools: change hash after retag
Reference: https://github.com/sctp/lksctp-tools/issues/62

Didn't review difference between the content
2024-09-24 17:30:45 -06:00
Nick Cao
dbd97393f2
raspberrypifw: 1.20240902 -> 1.20240924 (#344258) 2024-09-24 18:06:47 -04:00
Artturin
63fa53d97c treewide: reformat files which need reformatting after
`treewide: replace stdenv.is with stdenv.hostPlatform.is`
2024-09-25 00:04:39 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
github-actions[bot]
9108a87017
Merge master into staging-next 2024-09-24 18:04:41 +00:00
R. Ryantm
52208da9ab raspberrypifw: 1.20240902 -> 1.20240924 2024-09-24 17:39:49 +00:00
Fabián Heredia Montiel
9b19ba7d5c
linux_xanmod, linux_xanmod_latest: 2024-09-18 (#343115) 2024-09-24 08:28:32 -06:00
github-actions[bot]
6ef8ec38ed
Merge staging-next into staging 2024-09-24 12:05:42 +00:00
github-actions[bot]
bcd5388d39
Merge master into staging-next 2024-09-24 12:05:12 +00:00
K900
4e854488ec
linuxPackages.nvidia_x11: install libraries with correct sonames (#343706) 2024-09-24 14:32:51 +03:00
nix-julia
74ebc7b5b7
linuxPackages.rtl8188eus: support kernels 6.8-6.11
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2024-09-24 15:29:05 +05:30
github-actions[bot]
cacde17803
Merge staging-next into staging 2024-09-24 00:14:39 +00:00
github-actions[bot]
ffeea32b7f
Merge master into staging-next 2024-09-24 00:14:15 +00:00
Audrey Dutcher
b2f439596d freebsd.mkDerivation: use stdenvNoLibs instead of stdenvNoLibc to avoid compiler-rt 2024-09-23 16:59:49 -07:00
Fabián Heredia Montiel
705453c225
lksctp-tools: 1.0.19 -> 1.0.20 (#334477) 2024-09-23 15:32:21 -06:00
Fabián Heredia Montiel
904a34e89b
linux/hardened/patches/6.9: remove 2024-09-23 18:51:34 +02:00
Fabián Heredia Montiel
57a558e46d
linux/hardened/patches/6.8: remove 2024-09-23 18:51:34 +02:00
Fabián Heredia Montiel
f0e642ad8b
linux/hardened/patches/4.19: remove 2024-09-23 18:51:33 +02:00
Fabián Heredia Montiel
6a510f8518
linux: drop EOLed kernels from kernels-org.json 2024-09-23 18:51:33 +02:00
Fabián Heredia Montiel
e930509d18
linux/hardened/patches/6.6: 6.6.32-hardened1 -> v6.6.51-hardened1 2024-09-23 18:51:33 +02:00
Fabián Heredia Montiel
1f403d3a06
linux/hardened/patches/6.10: init at v6.10.10-hardened1 2024-09-23 18:51:32 +02:00
Fabián Heredia Montiel
2794012a3e
linux/hardened/patches/6.1: 6.1.92-hardened1 -> v6.1.110-hardened1 2024-09-23 18:51:32 +02:00
Fabián Heredia Montiel
6178bdf029
linux/hardened/patches/5.4: 5.4.277-hardened1 -> v5.4.284-hardened1 2024-09-23 18:51:32 +02:00
Fabián Heredia Montiel
fec646af8d
linux/hardened/patches/5.15: 5.15.160-hardened1 -> v5.15.167-hardened1 2024-09-23 18:51:31 +02:00
Fabián Heredia Montiel
ad3ec7bd3d
linux/hardened/patches/5.10: 5.10.218-hardened1 -> v5.10.226-hardened1 2024-09-23 18:51:31 +02:00
Fabián Heredia Montiel
60623de0b3
linux/hardened: fix update script
Due to releases now including a v (and before didn't) hardened hasn't
been updated since May 2024 (4 months ago)
2024-09-23 18:51:31 +02:00
Fabián Heredia Montiel
9b2a506736 Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:

- pkgs/tools/package-management/nix/default.nix
2024-09-22 13:45:27 -06:00
Masum Reza
ee518294d1
linuxPackages.perf: fix path to dmesg (#258027) 2024-09-22 23:29:52 +05:30
K900
6663591207 linuxPackages.nvidia_x11: install libraries with correct sonames
Use the real soname from the library to determine where to link it,
and use a symlink structure that does not make ldconfig explode.
2024-09-22 20:29:49 +03:00
Maximilian Bosch
179b6bce21
Merge: linux_4_19: drop (#343283) 2024-09-22 16:46:54 +02:00
Jörg Thalheim
7d751654ec
Merge branch 'master' into staging-next 2024-09-22 15:51:19 +02:00
Aleksana
c95f168b8f
nfs-utils: fix LDAP support (#342130) 2024-09-22 21:42:04 +08:00
github-actions[bot]
6bb2408295
Merge master into staging-next 2024-09-22 12:05:17 +00:00
Sandro Jäckel
e12175e3e1
linuxPackages.perf: fix path to dmesg 2024-09-22 15:28:51 +05:30
Masum Reza
40cbfbbdf1
linuxPackages.rtw88: 0-unstable-2024-07-27 -> 0-unstable-2024-08-22 (#342583) 2024-09-22 15:19:34 +05:30