Fabián Heredia Montiel
b764cb88c0
bartender: 5.1.5 -> 5.1.8 ( #345043 )
2024-09-29 11:30:54 -06:00
Dimitar Nestorov
d6cae7344b
bartender: add DimitarNestorov to maintainers
2024-09-29 16:13:22 +03: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
Dimitar Nestorov
7b4bba9dd4
bartender: 5.1.5 -> 5.1.8
2024-09-28 10:47:34 +03:00
Franz Pletz
1174fd6678
linuxPackages.nvidiaPackages.*.open: fix for linux 6.11 ( #344460 )
2024-09-27 14:05:32 +02:00
Weijia Wang
b28ca15d5d
bartender: 5.1.2 -> 5.1.5 ( #342965 )
2024-09-27 02:22:34 +02: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
Artturin
88a3127a60
apparmor: fix invalid reference when withPython=false
2024-09-25 19:50:10 +03: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
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
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
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
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
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
Aleksana
c95f168b8f
nfs-utils: fix LDAP support ( #342130 )
2024-09-22 21:42:04 +08: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
Fabián Heredia Montiel
9b2b1f82b8
linux: cleanup common-config after 4.19 drop
2024-09-21 19:11:50 -06:00
Fabián Heredia Montiel
777c1bc861
linux_4_19: drop since it will reach EOL within NixOS 24.11
2024-09-21 19:11:50 -06:00
Nick Cao
d0f8f54135
raycast: 1.82.5 -> 1.83.1 ( #343249 )
2024-09-21 08:59:45 -04:00
lassulus
c40b4ad40b
pcm: 202405 -> 202409 ( #342543 )
2024-09-21 11:25:05 +02:00
DontEatOreo
b98d61bfe8
raycast: 1.82.5 -> 1.83.1
...
Changelog: https://www.raycast.com/changelog/1-83-0
2024-09-20 14:39:28 +03:00
K900
685d691da1
nixos/tools: start cleanup ( #343075 )
2024-09-20 10:08:12 +03:00
Peder Bergebakken Sundt
8224ad87b0
xone: fix kernel 6.11 compatibility ( #342528 )
2024-09-20 03:53:52 +02:00
Raroh73
ff4117b690
xone: fix kernel 6.11 compatibility
2024-09-19 22:46:33 +02:00
Shawn8901
a371dc4593
linux_xanmod_latest: 6.9.10 -> 6.9.10
2024-09-19 22:09:50 +02:00
Shawn8901
a4eb2ac49f
linux_xanmod: 6.6.51 -> 6.6.52
2024-09-19 22:05:41 +02:00
codgician
59070b8044
linuxPackages_latest.prl-tools: 20.0.0-55653 -> 20.0.1-55659
2024-09-20 02:12:04 +08:00
codgician
b146aff9d2
linuxPackages_latest.prl-tools: add update script
2024-09-20 02:11:34 +08:00
K900
1bf0ffb22e
nixos-rebuild: inline get-version-suffix script
...
It has no other consumers anyway. Also saves some work.
2024-09-19 20:05:58 +03:00
Jörg Thalheim
4f91815a07
freebsd: Fix obscure c++98 interaction used by gbenchmark ( #335454 )
2024-09-19 14:00:59 +02:00