Commit Graph
595936 Commits
Author SHA1 Message Date
SandroandGitHub 3f75fa8fef Merge pull request #294207 from iynaix/fix-realesrgan-ncnn-vulkan
realesrgan-ncnn-vulkan: fix build failure
2024-03-12 18:11:11 +01:00
Adam C. StephensandGitHub cc6483ff6f Merge pull request #295364 from azahi/incus-fix-path
nixos/incus: fix systemd service path
2024-03-12 13:06:42 -04:00
Azat Bahawi d3e30a442b nixos/incus: fix systemd service path
Fixes a regression introduced in #294754.
2024-03-12 20:03:36 +03:00
Pol DellaieraandGitHub 5ba7167731 Merge pull request #295237 from bjornfor/fix-virtualbox-guest-clipboard-sharing
virtualboxGuestAdditions: fix location of vboxclient.desktop
2024-03-12 17:52:48 +01:00
SandroandGitHub 5135e606df Merge pull request #295303 from r-ryantm/auto-update/intel-gmmlib
intel-gmmlib: 22.3.17 -> 22.3.18
2024-03-12 17:47:21 +01:00
SandroandGitHub f84ce9e370 Merge pull request #295060 from r-ryantm/auto-update/atuin
atuin: 18.0.2 -> 18.1.0
2024-03-12 17:41:37 +01:00
maxineandGitHub 842ab74be0 Merge pull request #295317 from r-ryantm/auto-update/nomad_1_7
nomad_1_7: 1.7.5 -> 1.7.6
2024-03-12 15:39:21 +00:00
R. RyantmandSandro Jäckel 7dfe004fa4 atuin: 18.0.2 -> 18.1.0 2024-03-12 16:17:56 +01:00
Fabián Heredia MontielandGitHub 93ecdaa1f3 Merge pull request #294025 from SubhrajyotiSen/update-kotlin
kotlin{-native}: 1.9.22 -> 1.9.23
2024-03-12 09:08:38 -06:00
Fabián Heredia MontielandGitHub d7e7fc9008 Merge pull request #293813 from mattpolzin/propagate-idris2-libs
idris2Packages.buildIdris: propagate idris libraries
2024-03-12 09:08:08 -06:00
Doron BeharandGitHub 6ec6896ff5 Merge pull request #295271 from davidkna/patch-4
syncthingtray: fix darwin build
2024-03-12 16:55:15 +02:00
Doron BeharandGitHub 443b6c7820 Merge pull request #295314 from bryango/tectonic-inherit-argv0
tectonic: --inherit-argv0 in the wrapper
2024-03-12 16:54:38 +02:00
Nikolay KorotkiyandGitHub 04e1a2d69c Merge pull request #295097 from sikmir/t-rex
t-rex: 0.14.3 → 0.15.0-alpha3
2024-03-12 18:48:16 +04:00
Daniel SidhionandGitHub 17dd99a572 Merge pull request #295248 from r-ryantm/auto-update/tigerbeetle
tigerbeetle: 0.14.183 -> 0.14.184
2024-03-12 07:42:30 -07:00
Weijia WangandGitHub 3f86dedcc5 Merge pull request #295182 from r-ryantm/auto-update/earthly
earthly: 0.8.4 -> 0.8.5
2024-03-12 15:24:42 +01:00
Pol DellaieraandGitHub f931fc9d74 Merge pull request #292144 from Sanskarzz/kyverno-chainsaw
kyverno-chainsaw: init at 0.1.7
2024-03-12 15:24:14 +01:00
Adam C. StephensandGitHub d534c52285 Merge pull request #295299 from adamcstephens/wlroots/0.17.2
wlroots_0_17: 0.17.1 -> 0.17.2
2024-03-12 10:23:20 -04:00
Weijia WangandGitHub f015e56149 Merge pull request #295329 from NixOS/revert-292451-auto-update/usbredir
Revert "usbredir: 0.13.0 -> 0.14.0"
2024-03-12 15:22:44 +01:00
Weijia WangandGitHub 53c1eae20e Revert "usbredir: 0.13.0 -> 0.14.0" 2024-03-12 15:22:29 +01:00
Mario RodasandGitHub 7eeacecff4 Merge pull request #294177 from marsam/update-djot-js
djot-js: 0.2.3 -> 0.3.1
2024-03-12 09:03:31 -05:00
R. Ryantm 9c544864f0 nomad_1_7: 1.7.5 -> 1.7.6 2024-03-12 13:20:31 +00:00
Mario RodasandGitHub 0dd6aae052 Merge pull request #295286 from marsam/update-terraform-ls
terraform-ls: 0.32.7 -> 0.32.8
2024-03-12 08:11:05 -05:00
Bryan Lai 77c6cf9ec2 tectonic: --inherit-argv0 in the wrapper
The `nextonic` symlink was not working as intended because our tectonic
wrapper did not correctly pass along the executable name. This is fixed
by adding --inherit-argv0 to `makeWrapper`.

A test is also added to prevent breakage in the future.
2024-03-12 21:08:16 +08:00
SandroandGitHub e220724911 Merge pull request #292141 from SuperSandro2000/plasma-out-xserver 2024-03-12 13:55:27 +01:00
K900andGitHub 21adc4f16a Merge pull request #295092 from K900/more-heinous-crimes
nixos/iso-image: extremely cursed performance optimization for Hydra
2024-03-12 15:45:38 +03:00
K900 77536af43b nixos/iso-image: extremely cursed performance optimization for Hydra
Right now the worst case chain of events for building an ISO on Hydra is

    - copy everything to squashfs builder
    - run squashfs builder
    - download squashfs from builder
    - compress squashfs
    - upload squashfs to S3
    - copy squashfs to ISO builder
    - run ISO builder
    - download ISO from builder
    - compress ISO
    - upload ISO to S3

This inlines the squashfs build into the ISO build, which makes it

    - copy everything to ISO builder
    - run ISO builder
    - download ISO from builder
    - compress ISO
    - upload ISO to S3

Which should reduce queue runner load by $alot per ISO, which we have four of on small channels
(one release, one test per arch) and a lot more than four of on large channels (with various desktops)
2024-03-12 15:41:59 +03:00
R. Ryantm 274496de24 intel-gmmlib: 22.3.17 -> 22.3.18 2024-03-12 12:32:14 +00:00
Adam Stephens 1075c4a98d wlroots_0_17: 0.17.1 -> 0.17.2
Diff: https://gitlab.freedesktop.org/wlroots/wlroots/-/compare/0.17.1...0.17.2

Changelog: https://gitlab.freedesktop.org/wlroots/wlroots/-/tags/0.17.2
2024-03-12 08:31:43 -04:00
niksturandGitHub da05945c74 Merge pull request #295096 from jmbaur/uki-dtb
nixos/uki: add ".dtb" section if devicetree is used
2024-03-12 12:57:15 +01:00
StigandGitHub 712867be99 Merge pull request #295285 from marcusramberg/marcus/helmfile
helmfile: 0.161.0 -> 0.162.0
2024-03-12 12:52:52 +01:00
Silvan MosbergerandGitHub 23bce573b2 Merge pull request #295262 from hsjobeki/maintainers/hsjobeki 2024-03-12 12:52:19 +01:00
Silvan MosbergerandGitHub dd0579c449 Merge pull request #295200 from r-ryantm/auto-update/nixdoc 2024-03-12 12:51:07 +01:00
Mario RodasandGitHub 60ab1990ab Merge pull request #295284 from saschagrunert/cni-plugins
cni-plugins: 1.4.0 -> 1.4.1
2024-03-12 06:45:58 -05:00
K900andGitHub 3597bc1fef Merge pull request #295288 from K900/linux-firmware-20240312
linux-firmware: 20240220 -> 20240312
2024-03-12 14:26:24 +03:00
André SilvaandGitHub 2b556dff10 Merge pull request #293541 from andresilva/polkadot-v1.8.0
polkadot: 1.7.0 -> 1.8.0
2024-03-12 11:23:12 +00:00
Weijia WangandGitHub d01e121ad7 Merge pull request #295268 from OPNA2608/ppc64/openssl
openssl: Add configureScript entry for powerpc64-linux
2024-03-12 12:22:07 +01:00
K900 3cdaeaa398 linux-firmware: 20240220 -> 20240312 2024-03-12 14:22:00 +03:00
Peder Bergebakken SundtandGitHub a62462d5ca Merge pull request #295150 from pbsds/bump-trimesh-1710197740
python311Packages.trimesh: 4.1.8 -> 4.2.0
2024-03-12 12:20:54 +01:00
Mario RodasandGitHub d69de8c115 Merge pull request #294560 from marsam/add-jigmo
jigmo: init at 20230816
2024-03-12 06:19:37 -05:00
Maciej KrügerandGitHub 6bb5e36705 Merge pull request #294586 from mkg20001/fluffy-18
fluffychat: 1.17.1 -> 1.18.0
2024-03-12 12:18:56 +01:00
Marcus Ramberg 370be25044 helmfile: 0.161.0 -> 0.162.0 2024-03-12 12:04:14 +01:00
Sascha Grunert a044e3f4c9 cni-plugins: 1.4.0 -> 1.4.1
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2024-03-12 12:02:03 +01:00
markuskowaandGitHub d317942391 Merge pull request #294605 from r-ryantm/auto-update/abracadabra
abracadabra: 2.4.0 -> 2.5.0
2024-03-12 11:50:11 +01:00
Mario RodasandGitHub 5b75a9199a Merge pull request #293476 from r-ryantm/auto-update/atmos
atmos: 1.64.3 -> 1.65.0
2024-03-12 05:48:21 -05:00
Mario RodasandGitHub 1600b3b89b Merge pull request #294490 from r-ryantm/auto-update/tf-summarize
tf-summarize: 0.3.7 -> 0.3.8
2024-03-12 05:45:54 -05:00
lassulusandGitHub a58bcfc665 Merge pull request #294037 from r-ryantm/auto-update/mediainfo-gui
mediainfo-gui: 23.11 -> 24.01.1
2024-03-12 17:34:24 +07:00
David KnaackandWeijia Wang 4702e9d9d1 syncthingtray: fix darwin build
qtwayland is a Linux-only dependency
2024-03-12 11:28:52 +01:00
a-n-n-a-l-e-eandGitHub 9a5995e26c Merge pull request #295265 from jwijenbergh/remove-spotify-tui
spotify-tui: remove
2024-03-12 03:14:26 -07:00
Steven KeuchelandVincent Laporte 033ae0168a compcert: add riscv-linux targets 2024-03-12 11:12:32 +01:00
7c6f434candGitHub 954aa0300e Merge pull request #295053 from r-ryantm/auto-update/baresip
baresip: 3.9.0 -> 3.10.0
2024-03-12 10:07:14 +00:00