Commit Graph

28923 Commits

Author SHA1 Message Date
h7x4
5190ddc27d
treewide: \xc2\xa0 -> (#345898) 2024-10-03 18:23:59 +02:00
Peder Bergebakken Sundt
3100acba08 treewide: \xc2\xa0 ->
I have no idea what this escape sequence even is, but it breaks the nix parser with cryptic errors if not used in a comment.
A friend let me know MacOS is prone to input weird spaces, not sure if that is the source.

Candidates were located and created with:

    chr="$(echo -e '\xc2\xa0')"; rg -F "$chr" -l | xe sd -F "$chr" " "

There are some examples left, most being example output from `tree` in various markdown documents, some patches which we can't really touch, and `pkgs/tools/nix/nixos-render-docs/src/tests/test_commonmark.py` which I'm not sure if should be addressed
2024-10-02 15:33:06 +02:00
R. Ryantm
7652f0e6be raspberrypifw: 1.20240924 -> 1.20240926 2024-10-02 03:40:45 +00:00
Peder Bergebakken Sundt
9a3f217e44
fan2go: 0.8.1 -> 0.9.0 (#345206) 2024-10-01 01:38:46 +02:00
K900
88746a7943 linux/common-config: update for 6.12
- refactor Rust checks to prepare for enablement
- enable DRM panic QR codes when Rust is enabled
- enable I2C_DESIGNWARE_CORE explicitly for all the Bay Trail things
- enable all the zram backends because they're separate options now and basically free
- enable the new and returning module compression related options
- enable scx and NFS local IO
2024-09-30 18:43:05 +03:00
K900
0ea0c2a7c6 linux-rt_6_6: 6.6.49-rt41 -> 6.6.52-rt43 2024-09-30 18:06:31 +03:00
K900
6c12dc7005 linux-rt_6_1: 6.1.108-rt40 -> 6.1.111-rt42 2024-09-30 18:05:53 +03:00
K900
6290efed15 linux-rt_5_10: 5.10.224-rt116 -> 5.10.225-rt117 2024-09-30 18:04:29 +03:00
K900
7df132ae3e linux_6_1: 6.1.111 -> 6.1.112 2024-09-30 18:04:04 +03:00
K900
20380379db linux_6_6: 6.6.52 -> 6.6.53 2024-09-30 18:04:00 +03:00
K900
8fa87fa112 linux_6_10: 6.10.11 -> 6.10.12 2024-09-30 18:03:55 +03:00
K900
30c52da8a1 linux_6_11: 6.11 -> 6.11.1 2024-09-30 18:03:47 +03:00
K900
5e8d28572a linux_testing: 6.11-rc7 -> 6.12-rc1 2024-09-30 18:03:42 +03:00
Philip Taron
d590835329
fetchers: uniformly support the hash attribute (#342173) 2024-09-30 07:55:36 -07:00
Nick Cao
9c47f2e33b
linux-pam.meta.homepage: update (#345363) 2024-09-30 09:08:24 -04:00
Alyssa Ross
f95b3605e0
linux-pam.meta.homepage: update
Old one redirects here.
2024-09-29 22:58:02 +02:00
K900
714b8ef6bb
linuxPackages.nvidia_x11: symlink libglxserver_nvidia.so (#345316) 2024-09-29 22:23:06 +03:00
Fabián Heredia Montiel
b764cb88c0
bartender: 5.1.5 -> 5.1.8 (#345043) 2024-09-29 11:30:54 -06:00
K900
10f9466add linuxPackages.nvidia_x11: symlink libglxserver_nvidia.so 2024-09-29 18:56:25 +03: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
Matthew Toohey
2095eae5ce fan2go: 0.8.1 -> 0.9.0 2024-09-28 20:29:14 -04: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