github-actions[bot]
58cfebde3e
Merge staging-next into staging
2023-02-15 00:02:50 +00:00
Felix Bühler
b025cb11c5
Merge pull request #214996 from Stunkymonkey/optionalString-1
...
treewide: use optionalString
2023-02-14 19:09:46 +01:00
Alyssa Ross
200610b849
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
pkgs/development/libraries/gtest/default.nix
pkgs/development/libraries/hidapi/default.nix
2023-02-14 09:53:03 +00:00
K900
a143b4868f
linux-firmware: actually set updateScript
...
oof
2023-02-14 01:09:17 +03:00
Felix Buehler
cdb39a86e0
treewide: use optionalString
2023-02-13 21:52:34 +01:00
Artturi
fa169bb239
Merge pull request #214207 from Artturin/ssytemdbuildbash1
2023-02-13 22:34:23 +02:00
github-actions[bot]
f60ea3cf39
Merge staging-next into staging
2023-02-13 18:01:55 +00:00
Weijia Wang
2e47ae19ed
Merge pull request #216018 from r-ryantm/auto-update/ipset
...
ipset: 7.15 -> 7.17
2023-02-13 15:53:26 +01:00
github-actions[bot]
29cdca7736
Merge staging-next into staging
2023-02-13 06:02:02 +00:00
Alyssa Ross
c6c7493c3b
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
pkgs/development/python-modules/pyarrow/default.nix
2023-02-13 00:15:28 +00:00
Guillaume Girol
81c60e22d9
Merge pull request #215378 from lilyinstarlight/fix/dracut-smaller-closure
...
dracut: reduce closure and suffix DRACUT_PATH
2023-02-12 20:48:49 +00:00
R. Ryantm
359896bd1b
ipset: 7.15 -> 7.17
2023-02-12 16:01:04 +00:00
github-actions[bot]
a5b021e538
Merge staging-next into staging
2023-02-11 12:01:48 +00:00
github-actions[bot]
cd4ded4f12
Merge master into staging-next
2023-02-11 12:01:14 +00:00
aktaboot
14ab222d2c
qmk-udev-rules: update
2023-02-10 21:52:46 +01:00
Lily Foster
6e8889d4ae
dracut: reduce closure and suffix DRACUT_PATH
...
Implements a few usability changes for dracut framework by suffixing
rather than prefixing `DRACUT_PATH` (so that downstream consumers can
more easily override it) and reduce closure size by bundling fewer
default utilities in `DRACUT_PATH`.
Done per comments at https://github.com/NixOS/nixpkgs/pull/210075#discussion_r1088822274 .
2023-02-10 13:35:49 -05:00
github-actions[bot]
1c178195e0
Merge staging-next into staging
2023-02-10 18:01:57 +00:00
github-actions[bot]
42cf9b70d4
Merge master into staging-next
2023-02-10 18:01:23 +00:00
Maximilian Bosch
98e4c1f8cf
linux/hardened/patches/6.1: 6.1.8-hardened1 -> 6.1.10-hardened1
2023-02-10 11:43:08 +01:00
Maximilian Bosch
85947aa9dd
linux/hardened/patches/5.4: 5.4.230-hardened1 -> 5.4.231-hardened1
2023-02-10 11:42:59 +01:00
Maximilian Bosch
2acd1ca6dc
linux/hardened/patches/5.15: 5.15.91-hardened1 -> 5.15.92-hardened1
2023-02-10 11:42:52 +01:00
Maximilian Bosch
b1033b4ae4
linux/hardened/patches/5.10: 5.10.166-hardened1 -> 5.10.167-hardened1
2023-02-10 11:42:45 +01:00
Maximilian Bosch
aa27dcf0cb
linux/hardened/patches/4.19: 4.19.271-hardened1 -> 4.19.272-hardened1
2023-02-10 11:42:37 +01:00
Maximilian Bosch
e094af5a4c
linux/hardened/patches/4.14: 4.14.304-hardened1 -> 4.14.305-hardened1
2023-02-10 11:42:30 +01:00
Maximilian Bosch
b43216c923
linux_latest-libre: 19044 -> 19049
2023-02-10 11:42:11 +01:00
Maximilian Bosch
91bf1a86ce
linux-rt_5_15: 5.15.86-rt56 -> 5.15.92-rt57
2023-02-10 11:41:47 +01:00
Maximilian Bosch
e684fcd484
linux: 6.1.10 -> 6.1.11
2023-02-10 11:41:32 +01:00
Maximilian Bosch
2b45841a0c
linux: 5.15.92 -> 5.15.93
2023-02-10 11:41:22 +01:00
github-actions[bot]
f72b07e57d
Merge staging-next into staging
2023-02-10 06:01:53 +00:00
github-actions[bot]
bff8e74964
Merge master into staging-next
2023-02-10 06:01:18 +00:00
Mario Rodas
3056c1eedd
Merge pull request #215424 from r-ryantm/auto-update/atop
...
atop: 2.7.1 -> 2.8.1
2023-02-09 22:11:06 -05:00
github-actions[bot]
0417b0e54f
Merge staging-next into staging
2023-02-10 00:03:00 +00:00
github-actions[bot]
71c0c6d984
Merge master into staging-next
2023-02-10 00:02:27 +00:00
Artturin
ae87533ba1
linuxHeaders: cleanup android
...
compared output and the build log and python2 is not required
both build
'pkgsCross.aarch64-android.linuxHeaders'
'pkgsCross.aarch64-android.bionic.linuxHeaders'
linux-headers> LEX scripts/kconfig/lexer.lex.c
linux-headers> sh: line 1: flex: command not found
linux-headers> YACC scripts/kconfig/parser.tab.[ch]
linux-headers> sh: line 1: bison: command not found
linux-headers> INSTALL ./usr/include
linux-headers> sh: line 1: rsync: command not found
Co-authored-by: exarkun <exarkun@twistedmatrix.com>
2023-02-09 20:10:33 +00:00
github-actions[bot]
87e315024e
Merge staging-next into staging
2023-02-09 18:01:44 +00:00
github-actions[bot]
b5d4dad2b8
Merge master into staging-next
2023-02-09 18:01:11 +00:00
R. Ryantm
62fb8fadbb
atop: 2.7.1 -> 2.8.1
2023-02-09 01:26:08 +00:00
Nick Cao
6d65e4f449
Merge pull request #215337 from PedroHLC/hwdata-0.367
...
hwdata: 0.366 -> 0.367
2023-02-09 08:13:10 +08:00
github-actions[bot]
bece38afcc
Merge staging-next into staging
2023-02-09 00:02:56 +00:00
Vladimír Čunát
1e42908aa7
Merge branch 'master' into staging-next
2023-02-08 21:50:23 +01:00
Kiskae
89db9de377
linuxPackages.nvidia_x11_production: 525.85.05 -> 525.89.02
2023-02-08 20:21:58 +01:00
PedroHLC ☭
d5f88d5d1c
hwdata: 0.366 -> 0.367
2023-02-08 13:48:36 -03:00
Weijia Wang
29cfcee104
Merge pull request #215266 from r-ryantm/auto-update/rt-tests
...
rt-tests: 2.4 -> 2.5
2023-02-08 08:42:58 +01:00
R. Ryantm
d60172380e
rt-tests: 2.4 -> 2.5
2023-02-08 06:56:23 +00:00
Sandro
eaaca27fa3
Merge pull request #215138 from laalsaas/util-linux-completion
2023-02-07 21:05:17 +01:00
github-actions[bot]
371c2a6303
Merge staging-next into staging
2023-02-07 18:02:15 +00:00
John Ericson
f0636c6055
treewide: Add meta.pkgConfigModules
to a few packages
...
Picking up where https://github.com/NixOS/nixpkgs/pull/214304 left off.
2023-02-07 12:15:32 -05:00
Vladimír Čunát
3356399453
Merge branch 'master' into staging-next
2023-02-07 17:36:16 +01:00
laalsaas
7d9ab620de
util-linux: install completion
2023-02-07 16:19:56 +01:00
Florian Klink
025d8692b2
Merge pull request #215094 from chuangzhu/systemd-want-gcrypt
...
systemd: fix build when withResolved=false and withImportd=true
2023-02-07 12:49:32 +01:00