Commit Graph
606208 Commits
Author SHA1 Message Date
Matthieu Coudron c55b4dbcd2 lua: fix setup-hook *.lua matching
the setup-hook checks if a derivation contains lua files matching
lua_path patterns. We use bash's globstar extension for that but
`**.lua` doesn't return files in subfolders, it has to be `**/*.lua`.
Adjust the pattern accordingly.
2024-04-02 11:20:36 +02:00
Matthieu Coudron b8be016426 lua.tests.checkSetupHook: test lua setup hook for http package
the 'http' package is an interesting one to test because all its lua
files are in a 'http' subfolder, ie., there is no share/lua/5.1/*.lua,
only share/lua/5.1/http/*.lua files unlike most packages. This tests we
can match those subfolders.
2024-04-02 11:20:36 +02:00
Mario RodasandGitHub cb1f3bcd8b Merge pull request #300868 from r-ryantm/auto-update/fn-cli
fn-cli: 0.6.30 -> 0.6.31
2024-04-02 00:44:39 -05:00
Mario RodasandGitHub 4622541499 Merge pull request #300855 from r-ryantm/auto-update/atlas
atlas: 0.20.0 -> 0.21.0
2024-04-02 00:42:15 -05:00
YurekaandYaya cfbde8ec8d nixos/tests/gitlab: reduce memory usage
Co-Authored-By: Yaya <github@uwu.is>
2024-04-02 07:30:12 +02:00
YayaandYureka dcd0f499c6 nixos/gitlab: Add option sidekiq.concurrency.
This commit adds an option to configure the amount of threads to use
with sidekiq-cluster. The GitLab default is currently set to 20 threads. In
space constrained environments this may become a problem with running
out of memory as a result.
2024-04-02 07:30:12 +02:00
Mario RodasandGitHub c5550f4f34 Merge pull request #300823 from r-ryantm/auto-update/nfpm
nfpm: 2.35.3 -> 2.36.1
2024-04-02 00:20:51 -05:00
Pol DellaieraandGitHub c392daacac Merge pull request #300553 from wegank/musescore-refactor
musescore: set meta.platforms, fix typo
2024-04-02 07:12:56 +02:00
R. Ryantm c90648d197 fn-cli: 0.6.30 -> 0.6.31 2024-04-02 04:54:01 +00:00
AleksanaandGitHub 1ae6aeea7e Merge pull request #300772 from maxbrunet/feat/mutagen/completion
mutagen: add shell completions
2024-04-02 12:20:32 +08:00
R. Ryantmandzowoq 5ea02227c9 telegraf: 1.30.0 -> 1.30.1 2024-04-02 14:18:52 +10:00
Weijia WangandGitHub 11916b9c0c Merge pull request #297665 from r-ryantm/auto-update/cherrytree
cherrytree: 1.0.4 -> 1.1.0
2024-04-02 06:17:59 +02:00
R. Ryantm db902cab97 atlas: 0.20.0 -> 0.21.0 2024-04-02 03:22:08 +00:00
Florentin LabelleandWinter 080a4a27f2 microsoft-edge: fix screen sharing on wayland 2024-04-01 22:53:36 -04:00
SomeoneandGitHub 4c2f2f1a53 Merge pull request #297146 from GaetanLepage/chex
python3Packages.jax: towards fixing dependencies
2024-04-02 00:51:34 +00:00
R. Ryantm e993fc0a7d nfpm: 2.35.3 -> 2.36.1 2024-04-02 00:49:16 +00:00
Philip TaronandGitHub ebde306504 nixos/lib, doc: remove references to mdDoc (#300738)
* doc: remove references to mdDoc in nixos/doc/manual/development/option-declarations.section.md

* nixos/lib: remove mdDoc in nixos/lib/make-options-doc/default.nix

* nixos/lib: remove mdDoc in nixos/lib/systemd-types.nix

* nixos/lib: remove mdDoc in nixos/lib/systemd-unit-options.nix

* nixos/lib: remove mdDoc in nixos/lib/testing/driver.nix

* nixos/lib: remove mdDoc in nixos/lib/testing/interactive.nix

* nixos/lib: remove mdDoc in nixos/lib/testing/meta.nix

* nixos/lib: remove mdDoc in nixos/lib/testing/name.nix

* nixos/lib: remove mdDoc in nixos/lib/testing/network.nix

* nixos/lib: remove mdDoc in nixos/lib/testing/nodes.nix

* nixos/lib: remove mdDoc in nixos/lib/testing/run.nix

* nixos/lib: remove mdDoc in nixos/lib/testing/testScript.nix
2024-04-01 16:58:23 -07:00
HrabanandGitHub abe7e2fa57 kdiff3: mark as supported on darwin (#299553)
Tested this on aarch64 and x86_64 and it works.
2024-04-02 01:55:04 +02:00
Weijia WangandGitHub 7104ed6a1d Merge pull request #299784 from wegank/ode-bump
ode: 0.16.4 -> 0.16.5
2024-04-02 01:54:42 +02:00
Maxine AubreyandGitHub 55a068bf31 Merge pull request #300814 from r-ryantm/auto-update/slack
slack: 4.36.140 -> 4.37.94
2024-04-02 01:49:15 +02:00
R. Ryantm 807ecb95eb slack: 4.36.140 -> 4.37.94 2024-04-01 23:38:07 +00:00
Mario RodasandGitHub 5b3704b4d3 Merge pull request #296616 from Ma27/postgresql-rfc42-submodule
nixos/postgresql: turn `settings` into a submodule
2024-04-01 18:26:51 -05:00
Weijia WangandGitHub 6452682bf3 Merge pull request #283654 from terrorbyte/pkg-go-bare-gen
go-bare: init at 2021-04-06
2024-04-02 01:10:00 +02:00
Nick CaoandGitHub f9975d761c Merge pull request #300718 from linsui/ruleset
sing-geosite: add rule-set
2024-04-01 19:07:16 -04:00
Nick CaoandGitHub 39caef59fa Merge pull request #300778 from Kiskae/nvidia/550.40.59
linuxPackages.nvidiaPackages.vulkan_beta: 550.40.55 -> 550.40.59
2024-04-01 19:06:43 -04:00
Philip TaronandValentin Gagarin 273a1531d2 Avoid top-level with ...; in pkgs/development/compilers/dotnet/combine-deps.nix 2024-04-02 01:05:13 +02:00
Emily TrauandGitHub f12b900550 Merge pull request #299355 from Snapchat/dsilva-tart-2-7-2
tart: 2.6.0 -> 2.7.2
2024-04-02 10:04:51 +11:00
Weijia WangandGitHub dca627c9d4 Merge pull request #300290 from NixOS/colmap-autoadd
colmap: use pkgs.autoAddDriverRunpath
2024-04-02 00:59:06 +02:00
Weijia WangandGitHub dd3a5833b2 Merge pull request #300288 from jonringer/openai-autoadd
openai-whisper-cpp: use pkgs.autoAddDriverRunpath
2024-04-02 00:58:54 +02:00
Weijia WangandGitHub 86aee6eafd Merge pull request #300287 from jonringer/sunshine-autoadd
sunshine: use pkgs.autoAddDriverRunpath
2024-04-02 00:58:12 +02:00
Gaetan Lepage fb7f0dad50 python311Packages.distrax: mark as broken 2024-04-02 00:57:07 +02:00
Gaetan Lepage 39db04baf0 python311Packages.equinox: fix build by disabling failing test 2024-04-02 00:57:07 +02:00
Gaetan Lepage e80aaa92db python311Packages.flax: 0.8.1 -> 0.8.2
Diff: https://github.com/google/flax/compare/refs/tags/v0.8.1...v0.8.2

Changelog: https://github.com/google/flax/releases/tag/v0.8.2
2024-04-02 00:57:06 +02:00
Gaetan Lepage 03cfe274f8 python311Packages.optax: 0.2.1 -> 0.2.2
Changelog: https://github.com/google-deepmind/optax/releases/tag/v0.2.2
2024-04-02 00:57:06 +02:00
Weijia WangandGitHub 178b87c2e6 Merge pull request #300692 from r-ryantm/auto-update/orchis-theme
orchis-theme: 2023-10-20 -> 2024-04-01
2024-04-02 00:53:17 +02:00
Weijia WangandGitHub f229a40eb4 Merge pull request #300704 from r-ryantm/auto-update/python312Packages.ezyrb
python312Packages.ezyrb: 1.3.0.post2403 -> 1.3.0.post2404
2024-04-02 00:52:52 +02:00
Philip TaronandValentin Gagarin 91feb4b6f3 Avoid top-level with ...; in pkgs/development/compilers/gerbil/gerbil-support.nix
The set of names to inherit was generated by running this in a loop until it did not error:

```
nix-instantiate --parse pkgs/development/compilers/gerbil/gerbil-support.nix
```
2024-04-02 00:50:15 +02:00
Mario RodasandGitHub bc736298ed Merge pull request #300379 from r-ryantm/auto-update/kubebuilder
kubebuilder: 3.14.0 -> 3.14.1
2024-04-01 17:23:43 -05:00
Mario RodasandGitHub 664dae9da5 Merge pull request #300546 from r-ryantm/auto-update/python311Packages.pywbem
python311Packages.pywbem: 1.6.2 -> 1.6.3
2024-04-01 17:21:52 -05:00
Mario RodasandGitHub a6fbe00cd0 Merge pull request #300681 from r-ryantm/auto-update/pinentry-rofi
pinentry-rofi: 2.0.5 -> 2.1.0
2024-04-01 17:11:52 -05:00
Weijia WangandGitHub 5a44334dd5 Merge pull request #300601 from Aleksanaa/boxbuddy
boxbuddy: 2.1.5 -> 2.2.0
2024-04-02 00:10:27 +02:00
Weijia WangandGitHub 12375393fb Merge pull request #299376 from newAM/nixos-llama-cpp-fix
nixos/llama-cpp: fix example flags
2024-04-02 00:03:31 +02:00
Weijia WangandGitHub a4fa04425e Merge pull request #299365 from r-ryantm/auto-update/fio
fio: 3.36 -> 3.37
2024-04-02 00:02:23 +02:00
Weijia WangandGitHub 4af4bf4521 Merge pull request #300170 from r-ryantm/auto-update/miru
miru: 5.0.0 -> 5.0.3
2024-04-02 00:00:55 +02:00
Weijia WangandGitHub 1d274ffc52 Merge pull request #300583 from r-ryantm/auto-update/signalbackup-tools
signalbackup-tools: 20240320 -> 20240328-1
2024-04-02 00:00:07 +02:00
Weijia WangandGitHub 8bb85e47ed Merge pull request #300697 from r-ryantm/auto-update/lxgw-neoxihei
lxgw-neoxihei: 1.120.1 -> 1.120.2
2024-04-01 23:59:36 +02:00
Weijia WangandGitHub 6e7dd30906 Merge pull request #299178 from r-ryantm/auto-update/bee
bee: 1.18.2 -> 2.0.0
2024-04-01 23:59:12 +02:00
R. RyanTMandGitHub ac2b58c459 miniflux: 2.1.1 -> 2.1.2
https://github.com/miniflux/v2/releases/tag/2.1.2

https://github.com/miniflux/v2/blob/2.1.2/ChangeLog

diff: https://github.com/miniflux/v2/compare/2.1.1...2.1.2
2024-04-01 23:55:19 +02:00
Weijia WangandGitHub dc24012401 Merge pull request #300739 from Aleksanaa/badwolf
badwolf: 1.2.2 -> 1.3.0
2024-04-01 23:54:53 +02:00
nixpkgs-merge-bot[bot]andGitHub 46e005901b Merge pull request #300780 from r-ryantm/auto-update/uxn
uxn: unstable-2024-03-18 -> unstable-2024-03-30
2024-04-01 21:48:53 +00:00