Commit Graph

684850 Commits

Author SHA1 Message Date
Andrew Marshall
bec753ddfc nixos/zfs: replace with with let
The fully-qualified name would certainly be a lot here, but `with` can
still be unclear even with narrow scope. A short `let` adds clarity
without significantly increasing verbosity.
2024-09-27 08:08:31 -04:00
Andrew Marshall
eef4c18ae8 nixos/zfs: remove unused vars 2024-09-27 08:08:31 -04:00
Andrew Marshall
33bd85a6c8 nixos/zfs: remove top-level withs
As it is generally considered an anti-pattern. Removing them here in
fact exposed one bug (see previous commit).
2024-09-27 08:08:30 -04:00
Andrew Marshall
06ed2c46fb nixos/zfs: remove incorrect conditional use of spl kmod
This was incorrectly getting `lib.version` which is e.g.
`"24.11pre-git"`, but should have been the ZFS package version. However,
the condition, at least per the comment, is reversed and should be
instead `versionOlder cfgZfs.package.version "2.2.0"`. However, the
entire premise seems to be incorrect, as ZFS 2.2.6 includes the spl
module. Since the previous condition here was effectively always true,
it would initially seem the best move is to remove the conditional
altogether and always include the spl kmod. However, going back to
4360a87c45 where this condition was added,
the intent appears to be that spl was no longer needed here in
the-pre-release ZFS (long since in all supported versions), due to it
being merged into ZFS mainline. Given that intent and that our boot
tests on all versions succeed without including it in the initrd, remove
it.
2024-09-27 08:08:30 -04:00
Peder Bergebakken Sundt
30439d93eb
koboldcpp: 1.74 -> 1.75.2 (#343962) 2024-09-23 22:13:18 +02:00
Fabián Heredia Montiel
d66c938ea3
Hardened Kernel updates for 2024-09-22 (#343751) 2024-09-23 13:58:59 -06:00
Christian Kögler
6c1d5c9985
vdrPlugins.softhddevice: 2.3.7 -> 2.3.8 (#344006) 2024-09-23 21:44:05 +02:00
Nick Cao
9d33e49fe5
python312Packages.fastcore: 1.7.8 -> 1.7.9 (#344011) 2024-09-23 15:41:00 -04:00
nixpkgs-merge-bot[bot]
72c653521f
lefthook: 1.7.15 -> 1.7.16 (#343973) 2024-09-23 19:40:12 +00:00
Jörg Thalheim
2c89157da4
zsh-wd: 0.8.0 -> 0.9.0 (#343869) 2024-09-23 21:31:00 +02:00
Jörg Thalheim
c1210c2786
ssh-to-age: 1.1.8 -> 1.1.9 (#343987) 2024-09-23 21:27:48 +02:00
Vincent Laporte
087475f93b ocamlPackages.uucd: 15.1.0 → 16.0.0 2024-09-23 21:24:51 +02:00
Emily
a448bb49b5
CODEOWNERS: add myself to LLVM (#344032) 2024-09-23 20:18:45 +01:00
Weijia Wang
19d06ec9f9
arpa2common: 2.2.18 -> 2.6.2 (#341416) 2024-09-23 21:15:58 +02:00
Alyssa Ross
21315e31f8
CODEOWNERS: add myself to LLVM 2024-09-23 21:09:59 +02:00
Nick Cao
c93724d2e6
python312Packages.aiostreammagic: 2.3.1 -> 2.4.0 (#343955) 2024-09-23 14:43:16 -04:00
Nick Cao
f71664839f
cargo-chef: 0.1.67 -> 0.1.68 (#343958) 2024-09-23 14:42:34 -04:00
Nick Cao
860f26a4a8
jql: 7.1.13 -> 7.2.0 (#343974) 2024-09-23 14:40:30 -04:00
Nick Cao
81dec2c6b3
python312Packages.svg-py: 1.4.3 -> 1.5.0 (#343984) 2024-09-23 14:40:01 -04:00
nixpkgs-merge-bot[bot]
8373dd3c6f
cargo-shear: 1.1.2 -> 1.1.3 (#343956) 2024-09-23 18:32:51 +00:00
nixpkgs-merge-bot[bot]
2176fe3339
shotcut: 24.08.29 -> 24.09.13 (#343562) 2024-09-23 18:21:16 +00:00
David McFarland
08513320d8
dotnet: remove nuget-package-hook from runtime packages (#343978) 2024-09-23 15:04:21 -03:00
Simon Hauser
32cc042368
mariadb: 10.5.26, 10.6.19, 10.11.9, 11.4.3 (#334878)
* mariadb: 10.5.26, 10.6.19, 10.11.9, 11.4.3

* nixos/tests/automysqlbackup: nixfmt

* nixos/automysqlbackup: fix tests

* nixos/tests/mariadb-galera: nixfmt

* nixos/tests/mariadb-galera: fix test failing with new default IPv6 configuration
2024-09-23 20:00:19 +02:00
Aleksana
848b7926cd
bitbucket-cli: init at 1.0.0 (#343292) 2024-09-24 01:36:21 +08:00
R. Ryantm
9f90e6b4d0 python312Packages.fastcore: 1.7.8 -> 1.7.9 2024-09-23 17:04:42 +00:00
Aleksana
595d042883
imgpkg: init at 0.43.1 (#336558) 2024-09-24 01:03:46 +08:00
R. Ryantm
86959bc989 vdrPlugins.softhddevice: 2.3.7 -> 2.3.8 2024-09-23 16:56:16 +00:00
Maximilian Bosch
62c09a3647
linux_5_4_hardened: mark as broken
Smoketest fails with

    machine # [    3.785769] systemd[1]: dev-hugepages.mount: Failed to spawn executor: Argument list too long
    machine # [    3.788689] systemd[1]: dev-hugepages.mount: Failed to spawn 'mount' task: Argument list too long
    machine # [    3.790100] systemd[1]: dev-hugepages.mount: Failed with result 'resources'.
    machine # [    3.791572] systemd[1]: Failed to mount Huge Pages File System.
2024-09-23 18:52:12 +02: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
Peder Bergebakken Sundt
a6b5b8d799
previewqt: adopt and modernize (#342586) 2024-09-23 18:44:37 +02:00
Vladimír Čunát
c8f08a7ddb
thunderbird: 128.1.1esr -> 128.2.3esr (#343927)
https://www.thunderbird.net/en-US/thunderbird/128.2.0esr/releasenotes/
https://www.thunderbird.net/en-US/thunderbird/128.2.1esr/releasenotes/
https://www.thunderbird.net/en-US/thunderbird/128.2.2esr/releasenotes/
https://www.thunderbird.net/en-US/thunderbird/128.2.3esr/releasenotes/
2024-09-23 18:25:17 +02:00
Nikolay Korotkiy
d81fd7bf25
gpxsee: 13.24 -> 13.26 (#343903) 2024-09-23 20:07:42 +04:00
Aleksana
079d64ef0f
apostrophe: fix latex rendering by providing local mathjax (#343902) 2024-09-24 00:06:00 +08:00
Martin Weinelt
9b9ca77050
nixos/logrotate: harden systemd unit (#339050) 2024-09-23 17:49:29 +02:00
R. Ryantm
ee0928e324 ssh-to-age: 1.1.8 -> 1.1.9 2024-09-23 15:45:20 +00:00
Philip Taron
44d7484cee
dub-to-nix: update recommended regen command (#343357) 2024-09-23 08:45:16 -07:00
R. Ryantm
9ca6fb6dcf python312Packages.svg-py: 1.4.3 -> 1.5.0 2024-09-23 15:40:23 +00:00
Attila Oláh
a0652e99b9
bitbucket-cli: init at 1.0.0 2024-09-23 17:35:11 +02:00
R. Ryantm
3db1131490 shattered-pixel-dungeon: 2.5.0 -> 2.5.2 2024-09-23 15:33:41 +00:00
Damien Cassou
d266adc5a7
crowdin-cli: 4.1.2 -> 4.2.0 (#343957) 2024-09-23 17:22:35 +02:00