Commit Graph

21145 Commits

Author SHA1 Message Date
Bernardo Meurer
66b976eeb5
Merge pull request #209742 from JamieMagee/raspberrypi
treewide: update raspberrypi packages
2023-01-16 00:03:32 -05:00
Maximilian Bosch
8528a0b512
Merge pull request #210897 from K900/kernels-20230115
Kernels for 2023-01-15
2023-01-15 20:58:06 +01:00
Patryk Wychowaniec
2c55eba8f4
nixos: add --specialisation to nixos-rebuild
This commit fixes a papercut in nixos-rebuild where people wanting to
switch to a specialisation (or test one) were forced to manually figure
out the specialisation's path and run its activation script - since now,
there's a dedicated option to do just that.

This is a backwards-compatible change which doesn't affect the existing
behavior, which - to be fair - might still be considered sus by some
people, the painful scenario here being:

- you boot into specialisation `foo`,
- you run `nixos-rebuild switch`,
- whoops, you're no longer at specialisation `foo`, but you're rather
  brought back to the base system.

(it's especially painful for cases where specialisation is used to load
extra drivers, e.g. Nvidia, since then launching `nixos-rebuild switch`,
while forgetting that you're inside a specialisation, can cause some
parts of your system to get accidentally unloaded.)

I've tried to mitigate that by improving specialisations so that they
create a dedicated file somewhere in `/run/current-system` containing
the specialisation's name (which `nixos-rebuild` could then use as the
default value for `--specialisation`), but I haven't been able to come
up with anything working (plus it would be a breaking change then).

Closes https://github.com/NixOS/nixpkgs/issues/174065
2023-01-15 18:16:49 +01:00
K900
33b60cca17 linux/hardened/patches/6.1: init at 6.1.6-hardened1 2023-01-15 15:23:24 +03:00
K900
6f0d5ff07c linux/hardened/patches/6.0: 6.0.16-hardened1 -> 6.0.19-hardened1 2023-01-15 15:20:56 +03:00
K900
d4fe0d1032 linux/hardened/patches/5.15: 5.15.86-hardened1 -> 5.15.88-hardened1 2023-01-15 15:20:47 +03:00
K900
4d4b65d932 linux/hardened/patches/5.10: 5.10.161-hardened1 -> 5.10.163-hardened1 2023-01-15 15:20:37 +03:00
K900
fd77307ab0 linux: 6.1.3 -> 6.1.6 2023-01-15 15:19:50 +03:00
K900
5677f89218 linux: 6.0.17 -> 6.0.19 2023-01-15 15:19:25 +03:00
K900
a05b3a75b9 linux: 5.15.86 -> 5.15.88 2023-01-15 15:19:18 +03:00
K900
a4b823d73c linux: 5.10.162 -> 5.10.163 2023-01-15 15:19:11 +03:00
Ryan Lahfa
afc4f79e05
Merge pull request #207424 from toastal/zfs-2.1.8-unstable-2022-12-14
zfsUnstable: 2.1.8-staging-2022-12-01 → 2.1.8-staging-2022-01-03
2023-01-14 23:12:20 +01:00
Artturi
1353a4a456
Merge pull request #208775 from sweenu/patch_ddcci_driver 2023-01-14 19:03:48 +02:00
toastal
9e88448026 zfsUnstable: 2.1.8-staging-2022-12-01 → 2.1.8-staging-2023-01-10 2023-01-14 21:50:31 +07:00
github-actions[bot]
4712ed9439
Merge master into staging-next 2023-01-14 00:02:26 +00:00
Adam Joseph
6f6b4a1d41 systemd: default withLibBPF to false if isMips64
libBPF does not compile for mips64 targets using clang (rathern than
gcc) because clang lacks the necessary _MIPS_SZPTR compiler builtin.
Let's allow the rest of systemd to compile.

- The glibc people noticed this problem [way back in
  2011](https://sourceware.org/pipermail/libc-ports/2011-June/001959.html)
  and consider it to be a clang/llvm bug.  I am inclined to agree.

- [clang has the `_MIPS_SZPTR`
  builtin](3af9cb5375/clang/lib/Basic/Targets/Mips.cpp (L185))
  and seems to have had it since before they switched to git.

This may in fact be a nixpkgs bug -- that we're not invoking clang
in a way that tells the frontend to make the mips builtins
available, even if the backend is emitting mips binaries.  Or at
least we aren't tricking systemd's build machinery into doing that.
2023-01-13 20:09:41 +00:00
Artturi
567e81c363
Merge pull request #210102 from Artturin/fakeunameinit 2023-01-13 20:20:26 +02:00
github-actions[bot]
49722fd14a
Merge master into staging-next 2023-01-13 18:01:34 +00:00
Vladimír Čunát
befc83905c
Merge #209423: gnat12: add for x86_64-darwin 2023-01-13 18:32:21 +01:00
markuskowa
77a4ea849f
Merge pull request #210340 from r-ryantm/auto-update/rdma-core
rdma-core: 43.0 -> 44.0
2023-01-13 13:32:53 +01:00
github-actions[bot]
85724d692e
Merge master into staging-next 2023-01-13 12:01:30 +00:00
R. Ryantm
c8978ddee4 brillo: 1.4.11 -> 1.4.12 2023-01-13 17:53:16 +08:00
Vladimír Čunát
d6ad68a561
Merge #210062: Qt5 spring cleaning (darwin-focused)
...into staging-next
2023-01-13 10:17:59 +01:00
Nick Cao
201b5a38c3
Merge pull request #206857 from Kiskae/patch-3
linuxPackages.nvidia_x11_vulkan_beta: 515.49.25 -> 525.47.04
2023-01-13 14:09:32 +08:00
Alyssa Ross
820f3452f4 pkgsMusl.systemd: fix build by updating patchset 2023-01-13 04:20:32 +00:00
Alyssa Ross
0debb0b193 shadow: only use tcb where available
Fixes pkgsMusl.shadow.

Fixes: 0e32191623 ("shadow: add tcb support")
2023-01-13 04:19:29 +00:00
Artturin
96ebc83053 deterministic-uname: init
for reproducibility

deterministic-uname: dont hardcode OPERATING_SYSTEM_VAL to GNU/Linux
2023-01-12 18:29:14 +02:00
R. Ryantm
c7990a5139 rdma-core: 43.0 -> 44.0 2023-01-12 10:18:51 +00:00
K900
2b06f2a986 darwin/apple-sdk-11.0: expose xcodebuild directly 2023-01-12 10:36:42 +03:00
github-actions[bot]
892fc2184d
Merge master into staging-next 2023-01-11 18:01:26 +00:00
sternenseemann
6c8644fc37 ath9k-htc-blobless-firmware: fix evaluation with Nix 2.3
Path interpolation is not available in all Nix versions nixpkgs supports
2023-01-11 16:28:28 +01:00
Martin Weinelt
c1e6c6af69 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-11 03:51:33 +01:00
zowoq
ae50f0678a
Revert "bazel_6: 6.0.0-pre.20220720.3 -> 6.0.0" 2023-01-11 10:01:46 +10:00
Uri Baghin
4001c325ac
Merge pull request #206934 from alloveras/patch-2
bazel_6: 6.0.0-pre.20220720.3 -> 6.0.0
2023-01-11 10:25:22 +11:00
Artturi
bdd04ab2f9
Merge pull request #195236 from Et7f3/musl-split-binary 2023-01-10 05:43:55 +02:00
Artturi
c07552f6f7
Merge pull request #208685 from amjoseph-nixpkgs/ath9k-htc-blobless
ath9k-htc-blobless-firmware: init at 1.4.0
2023-01-10 03:51:19 +02:00
Anderson Torres
68c415675c
Merge pull request #209968 from r-ryantm/auto-update/uclibc-ng
uclibc-ng: 1.0.41 -> 1.0.42
2023-01-09 22:33:37 -03:00
Adam Joseph
7af47c9877 ath9k-htc-blobless-firmware: init at 1.4.0
This firmware is completely open source with no blobs, which is
quite rare in the wifi world.  Wifi chips have their own dedicated
general-purpose CPUs.  This source code allows you to see what those
CPUs are doing and modify their behavior.

When the upstream repository was created in 2013, "open source
firmware" meant "firmware which is open source".  In 2023 that is no
longer the generally accepted [definition], so I have chosen an
unambiguous adjective (whose meaning has remained stable for
decades) to use in the pname.

[definition]: https://web.archive.org/web/20221209121315/https://www.opencompute.org/projects/open-system-firmware#:~:text=Another,allows%20it

Co-authored-by: Artturi <Artturin@artturin.com>
2023-01-09 16:10:04 -08:00
R. Ryantm
3c866e643c uclibc-ng: 1.0.41 -> 1.0.42 2023-01-09 23:28:30 +00:00
Artturi
27c1ec2ecf
Merge pull request #209816 from Artturin/deprecate-top-level-platform-aliases 2023-01-09 22:15:50 +02:00
Artturin
2eeb34c273 treewide: {build,host,target}Platform -> stdenv.{build,host,target}Platform 2023-01-09 21:13:22 +02:00
github-actions[bot]
33aa224777
Merge master into staging-next 2023-01-09 18:01:24 +00:00
Sandro
880d36a180
Merge pull request #205226 from wegank/darwin-sdk-sh 2023-01-09 15:47:44 +01:00
Sandro
41fe886f68
Merge pull request #209496 from hmenke/sof 2023-01-09 15:43:23 +01:00
Weijia Wang
9957ee5fd6 darwin: add usage to generate-sdk-packages.sh 2023-01-09 13:08:37 +01:00
Weijia Wang
2bd3048ea4 darwin: fix generate-sdk-packages.sh 2023-01-09 13:08:09 +01:00
github-actions[bot]
fce67420c4
Merge master into staging-next 2023-01-09 00:02:14 +00:00
Sergei Trofimovich
f5e04db86f
Merge pull request #209431 from r-ryantm/auto-update/pax-utils
pax-utils: 1.3.5 -> 1.3.6
2023-01-08 20:57:06 +00:00
Jamie Magee
2a404e1d3c
raspberrypiWirelessFirmware: 2021-12-06 -> 2022-07-06 2023-01-08 11:29:39 -08:00
Jamie Magee
0060dbd720
raspberrypi-armstubs: 2021-11-01 -> unstable-2022-07-11 2023-01-08 11:14:58 -08:00