Commit Graph

21171 Commits

Author SHA1 Message Date
github-actions[bot]
76839f69b4
Merge staging-next into staging 2023-01-16 06:01:40 +00:00
Bernardo Meurer
66b976eeb5
Merge pull request #209742 from JamieMagee/raspberrypi
treewide: update raspberrypi packages
2023-01-16 00:03:32 -05:00
github-actions[bot]
5682b90ffa
Merge staging-next into staging 2023-01-16 00:02:48 +00: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
github-actions[bot]
c29db3b9fb
Merge staging-next into staging 2023-01-15 18:01:56 +00: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
github-actions[bot]
142d3af1cb
Merge staging-next into staging 2023-01-15 00:03:07 +00: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
github-actions[bot]
5ad514cb7e
Merge staging-next into staging 2023-01-14 18:01:41 +00: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
Sergei Trofimovich
ca4da963f8 Merge remote-tracking branch 'origin/staging-next' into staging
Conflicts:
    pkgs/development/libraries/audio/roc-toolkit/default.nix
2023-01-14 11:07:42 +00: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
John Ericson
b7ceddd0a1
Merge pull request #210485 from alyssais/libpciaccess-netbsd
xorg.libpciaccess: fix build on NetBSD
2023-01-13 10:09:58 -05: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]
96d361c622
Merge staging-next into staging 2023-01-13 12:02:02 +00: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
github-actions[bot]
baf8502f7e
Merge staging-next into staging 2023-01-13 06:01:43 +00:00
Alyssa Ross
0a77e09a83
netbsd.libpci: init at 9.2 2023-01-13 04:49:19 +00:00
Alyssa Ross
ce373ba234
netbsd.libarch: init at 9.2 2023-01-13 04:49:17 +00: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
Francesco Gazzetta
c956f85fbd
Merge pull request #204653 from ymatsiuk/ymatsiuk/bluetooth
nixos/bluetooth: add input and network service configs
2023-01-12 08:24:01 +00:00
K900
2b06f2a986 darwin/apple-sdk-11.0: expose xcodebuild directly 2023-01-12 10:36:42 +03:00
Uri Baghin
ea9c9ba75c
Merge pull request #207123 from divanorama/darwin_security_xpc
darwin.apple_sdk_11_0: add Security dependency on xpc
2023-01-12 08:37:53 +11:00
github-actions[bot]
0ea7838538
Merge staging-next into staging 2023-01-11 18:02:03 +00: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
github-actions[bot]
db669efe0d
Merge staging-next into staging 2023-01-11 06:02:05 +00: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