Commit Graph

661636 Commits

Author SHA1 Message Date
Philip Taron 052ecdbfae freshBootstrapTools: unify glibc and musl into the same directory
CI required that I `nixfmt` them at the same time.
2024-08-02 17:47:19 -07:00
Philip Taron 0a8120ff7d freshBootstrapTools: avoid top-level with 2024-08-02 17:31:07 -07:00
Philip Taron fd5887f5d0 freshBootstrapTools.build: put bootstrapFiles into stdenv-bootstrap-tools.nix 2024-08-02 17:31:04 -07:00
Philip Taron 67a5dcdc41 freshBootstrapTools.test: extract a package 2024-08-02 17:31:00 -07:00
Philip Taron ed4cd6ab51 freshBootstrapTools.build: extract a package 2024-08-02 17:30:22 -07:00
Peder Bergebakken Sundt 81610abc16 Merge pull request #322071 from pyrox0/scrapy-deltafetch-fixup
python3Packages.scrapy-deltafetch: update dependencies and cleanup
2024-08-03 01:16:43 +02:00
Someone 90e1179cc6 Merge pull request #328258 from cfhammill/vllm-version-bump
python3Packages.vllm: 0.3.3->0.5.2
2024-08-03 02:13:24 +03:00
Peder Bergebakken Sundt 2d53b6bb55 Merge pull request #331067 from phiadaarr/python3Packages.wat_0_3_0
python3Packages.wat: 0.1.2 -> 0.3.0 and python3Packages.nuclear: 2.2.5 -> 2.3.1
2024-08-03 00:59:18 +02:00
Peder Bergebakken Sundt 021270bec5 Merge pull request #297914 from t4ccer/t4/aiken/init
aiken: init at 1.0.29-alpha
2024-08-03 00:31:52 +02:00
Emily c6a4f2c6cd Merge pull request #314167 from reckenrode/override-sdk-list-inputs-fix
overrideSDK: handle propagated lists of inputs
2024-08-02 22:55:05 +01:00
Cole Mickens 20b3191140 Merge pull request #331628 from emilazy/push-plukoopowzmx
wl-screenrec: 0.1.3 -> 0.1.4-unstable-2024-07-28
2024-08-02 14:53:28 -07:00
Peder Bergebakken Sundt 12d5a77609 Merge pull request #331420 from pbsds/bump-gradio-1722459803
python312Packages.gradio: 4.36.1 -> 4.40.0
2024-08-02 23:25:16 +02:00
Nick Cao 600a8c74e4 Merge pull request #331832 from sequencer/circt180
circt: 1.79 -> 1.80
2024-08-02 17:16:01 -04:00
Jonas Heinrich d049530865 Merge pull request #331704 from JohnRTitor/linux-wifi-hotspot
linux-wifi-hotspot: move to pkgs/by-name, nixfmt-rfc-style, add johnrtitor as maintainer
2024-08-02 22:33:02 +02:00
Felix Uhl 57d30c7a61 nixos/wg-quick: add generatePrivateKeyFile option (#331253)
This option is already present in the wireguard module, but missing from
the wg-quick module. This is very annoying, because it means you can't
easily get a safe and valid configuration on first boot when using
wg-quick.

This change adds the same option with the same description text and the
same script, but instead of generating an entire systemd unit dedicated
to creating the key file, it adds the script as a PreUp script, which
is a much simpler solution.

I've tested this in my own configuration, and it does indeed work.
wg-quick allows multiple PreUp scripts, which are run in order, and
all PreUp scripts are run before the private key is read from disk,
see `man wg-quick`.
2024-08-03 00:07:27 +04:00
Florian Klink 129558261d buildkite-agent: 3.59.0 -> 3.76.1 (#331340)
* buildkite-agent: 3.59.0 -> 3.76.1

* nixos/buildkite-agent: put each agent in its own private /tmp

Workaround for https://github.com/buildkite/agent/issues/2916, but
probably still a good idea.
2024-08-02 21:59:32 +02:00
Nick Cao 4197076f2b Merge pull request #331505 from aaronjheng/txtpbfmt
txtpbfmt: 0-unstable-2024-04-16 -> 0-unstable-2024-06-11
2024-08-02 15:36:00 -04:00
Nick Cao 4d4e4b24ca Merge pull request #331822 from r-ryantm/auto-update/sttr
sttr: 0.2.22 -> 0.2.23
2024-08-02 15:33:27 -04:00
Nick Cao 3135dcd603 Merge pull request #331774 from r-ryantm/auto-update/coldsnap
coldsnap: 0.6.1 -> 0.6.2
2024-08-02 15:31:55 -04:00
Nick Cao 87d6824c44 Merge pull request #331778 from r-ryantm/auto-update/kubectl-view-secret
kubectl-view-secret: 0.12.0 -> 0.12.1
2024-08-02 15:31:16 -04:00
Nick Cao 6ed146d9b9 Merge pull request #331786 from r-ryantm/auto-update/gobgpd
gobgpd: 3.28.0 -> 3.29.0
2024-08-02 15:30:23 -04:00
Nick Cao d72a3f7022 Merge pull request #331791 from r-ryantm/auto-update/gobgp
gobgp: 3.28.0 -> 3.29.0
2024-08-02 15:29:59 -04:00
Nick Cao 6ec3a4fa05 Merge pull request #331796 from r-ryantm/auto-update/python312Packages.patch-ng
python312Packages.patch-ng: 1.17.4 -> 1.18.0
2024-08-02 15:28:45 -04:00
Martin Wimpress a18c10b8c1 wavebox: 10.124.17-2 -> 10.127.10-2 (#324822)
* wavebox: 10.124.17-2 -> 10.126.14-2

* wavebox: apply suggestions from code review

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>

* wavebox: bump version to 10.127.10-2

* wavebox: complete the removal of $appname variable

* wavebox: use callPackage from all-packages.nix; wavebox is not a Qt5 app

* wavebox: replace addOpenGLRunpath with addDriverRunpath

* wavebox: update comment about libvaSupport

* wavebox: format with nixfmt-rfc-style

---------

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2024-08-03 00:57:28 +05:30
Nick Cao 4adf136810 Merge pull request #331768 from r-ryantm/auto-update/python312Packages.airgradient
python312Packages.airgradient: 0.7.0 -> 0.7.1
2024-08-02 15:23:37 -04:00
Fabian Affolter bdffd4d703 Merge pull request #331816 from r-ryantm/auto-update/python312Packages.weconnect
python312Packages.weconnect: 0.60.3 -> 0.60.4
2024-08-02 21:23:29 +02:00
Nick Cao dff2a1044b Merge pull request #331772 from r-ryantm/auto-update/clickhouse-backup
clickhouse-backup: 2.5.20 -> 2.5.21
2024-08-02 15:22:55 -04:00
❄️ f1802523b8 Merge pull request #331792 from sikmir/jcli
jcli: install shell completions
2024-08-02 16:21:49 -03:00
Nick Cao 1ffbc22638 Merge pull request #331713 from r-ryantm/auto-update/powerpipe
powerpipe: 0.4.0 -> 0.4.1
2024-08-02 15:20:50 -04:00
Nick Cao f024cfccf6 Merge pull request #331730 from dotlambda/bitwarden-cli
bitwarden-cli: 2024.7.1 -> 2024.7.2
2024-08-02 15:19:19 -04:00
Nick Cao f93572bb32 Merge pull request #331734 from mjoerg/spotify-1.2.42.290.g242057a2
spotify: 1.2.40.599.g606b7f29 -> 1.2.42.290.g242057a2
2024-08-02 15:18:51 -04:00
Nick Cao fe157eeeb9 Merge pull request #331657 from r-ryantm/auto-update/ctlptl
ctlptl: 0.8.29 -> 0.8.30
2024-08-02 15:16:24 -04:00
Nick Cao 2637eb4336 Merge pull request #331659 from r-ryantm/auto-update/oxker
oxker: 0.6.4 -> 0.7.0
2024-08-02 15:15:52 -04:00
Nick Cao 754ab77cae Merge pull request #331665 from r-ryantm/auto-update/gotify-cli
gotify-cli: 2.2.4 -> 2.3.2
2024-08-02 15:14:15 -04:00
Nick Cao 5440e63806 Merge pull request #331666 from r-ryantm/auto-update/spire
spire: 1.10.0 -> 1.10.1
2024-08-02 15:13:38 -04:00
Nick Cao 9e6803991c Merge pull request #331667 from r-ryantm/auto-update/cri-o-unwrapped
cri-o-unwrapped: 1.30.3 -> 1.30.4
2024-08-02 15:12:43 -04:00
Nick Cao 67cb36141b Merge pull request #331668 from r-ryantm/auto-update/python312Packages.asteval
python312Packages.asteval: 1.0.1 -> 1.0.2
2024-08-02 15:11:47 -04:00
Jiuyang Liu e95f4261cf circt: 1.79 -> 1.80 2024-08-03 03:08:45 +08:00
Masum Reza 4ef69f3c92 Merge pull request #322642 from fgaz/wayneko/init
wayneko: init at 0-unstable-2024-03-29
2024-08-03 00:25:18 +05:30
Martin Weinelt eb442d9081 Merge pull request #331394 from mweinelt/esphome-2024.7.3
esphome: 2024.7.2 -> 2024.7.3
2024-08-02 20:50:16 +02:00
Masum Reza b60346dd54 Merge pull request #331144 from Shawn8901/update_xanmod-2024-07-28
linux_xanmod, linux_xanmod_latest: 2024-07-28
2024-08-03 00:13:38 +05:30
Thiago Kenji Okada 6d75cee17e Merge pull request #331714 from r-ryantm/auto-update/libretro.atari800
libretro.atari800: unstable-2024-05-18 -> unstable-2024-07-25
2024-08-02 19:34:00 +01:00
Thiago Kenji Okada aa4733e5f1 Merge pull request #331703 from r-ryantm/auto-update/libretro.fbneo
libretro.fbneo: unstable-2024-07-12 -> unstable-2024-07-27
2024-08-02 19:33:40 +01:00
Thiago Kenji Okada 2bf59710cc Merge pull request #331698 from r-ryantm/auto-update/libretro.ppsspp
libretro.ppsspp: unstable-2024-07-20 -> unstable-2024-07-29
2024-08-02 19:33:22 +01:00
Thiago Kenji Okada 1a496746ce Merge pull request #331697 from r-ryantm/auto-update/libretro.mame2003-plus
libretro.mame2003-plus: unstable-2024-07-20 -> unstable-2024-07-28
2024-08-02 19:33:04 +01:00
Thiago Kenji Okada 414b6a2c9f Merge pull request #331696 from r-ryantm/auto-update/libretro.smsplus-gx
libretro.smsplus-gx: unstable-2024-07-20 -> unstable-2024-07-22
2024-08-02 19:32:39 +01:00
Thiago Kenji Okada 336f9c6e43 Merge pull request #331715 from r-ryantm/auto-update/libretro.bsnes
libretro.bsnes: unstable-2024-07-19 -> unstable-2024-07-26
2024-08-02 19:32:21 +01:00
Thiago Kenji Okada 008fe49b54 Merge pull request #331716 from r-ryantm/auto-update/libretro.flycast
libretro.flycast: unstable-2024-07-19 -> unstable-2024-07-29
2024-08-02 19:32:05 +01:00
Thiago Kenji Okada cac786b08e Merge pull request #331695 from r-ryantm/auto-update/libretro.beetle-supergrafx
libretro.beetle-supergrafx: unstable-2024-06-28 -> unstable-2024-07-26
2024-08-02 19:31:13 +01:00
Thiago Kenji Okada ce7e3afaef Merge pull request #331694 from r-ryantm/auto-update/libretro.beetle-pce
libretro.beetle-pce: unstable-2024-07-19 -> unstable-2024-07-26
2024-08-02 19:30:52 +01:00