Commit graph

514528 commits

Author SHA1 Message Date
toastal 737212ecc8 ocamlPackages.thread-table: 0.1.0 → 1.0.0 2023-08-14 20:29:44 +02:00
K900 2b50eb792a path-of-building: 2.30.1 -> 2.31.0 2023-08-14 21:29:31 +03:00
figsoda c28d2906d4 ztags: init at unstable-2023-08-03
https://github.com/gpanders/ztags
2023-08-14 14:23:38 -04:00
Robert Schütz d81f7def94 deltachat-desktop: 1.38.1 -> 1.40.0
Diff: https://github.com/deltachat/deltachat-desktop/compare/v1.38.1...v1.40.0

Changelog: https://github.com/deltachat/deltachat-desktop/blob/v1.40.0/CHANGELOG.md
2023-08-14 11:06:02 -07:00
Robert Schütz db78e8cdf6 libdeltachat: 1.118.0 -> 1.119.1
Diff: https://github.com/deltachat/deltachat-core-rust/compare/v1.118.0...v1.119.1

Changelog: https://github.com/deltachat/deltachat-core-rust/blob/v1.119.1/CHANGELOG.md
2023-08-14 11:02:32 -07:00
arcnmx 21c6da069e tmux: meta.mainProgram
See #246386
2023-08-14 10:52:56 -07:00
arcnmx f53d2faa86 tailscale: meta.mainProgram
See #246386
2023-08-14 10:52:53 -07:00
arcnmx 5425b0ddaf mdadm: meta.mainProgram
See #246386
2023-08-14 10:52:47 -07:00
Silvan Mosberger de5a39f5e7 CONTRIBUTING.md: Move boot loader-specific sentence to pkgs/README.md
This needs a rewrite at some point..
2023-08-14 19:50:02 +02:00
Silvan Mosberger 2ce1e0b2cc CONTRIBUTING.md: Typos and formatting
- Fix sentence about meeting contributing standards
- pkgs -> packages
- Use emoji's because GitHub renders the :*: things weird sometimes
- Move a dot

Co-authored-by: Rémi NICOLE <minijackson@users.noreply.github.com>
2023-08-14 19:49:29 +02:00
Silvan Mosberger 237799aa8e CONTRIBUTING.md: Minor content updates based on reviews
- Contributing without a GitHub account
- Mention OfBorg
- nix.useSandbox -> nix.settings.sandbox
- nixpkgs-review is good for not just version updates

Co-authored-by: Rémi NICOLE <minijackson@users.noreply.github.com>
2023-08-14 19:49:02 +02:00
Robert Schütz cb81c2b288
Merge pull request #248169 from dotlambda/rapidfuzz-3.2.0
python310Packages.rapidfuzz: 3.1.1 -> 3.2.0
2023-08-14 17:42:54 +00:00
Emily ae437a7c84
Merge pull request #248994 from r-ryantm/auto-update/odin
odin: dev-2023-07 -> dev-2023-08
2023-08-14 19:39:51 +02:00
figsoda 1302818fee ripdrag: 0.4.0 -> 0.4.1
Diff: https://github.com/nik012003/ripdrag/compare/v0.4.0...v0.4.1

Changelog: https://github.com/nik012003/ripdrag/releases/tag/v0.4.1
2023-08-14 13:27:06 -04:00
Pol Dellaiera d58f7137e0
Merge pull request #248730 from dit7ya/slack-update
slack: 4.33.73 -> 4.33.84
2023-08-14 19:04:18 +02:00
Kiskae 2249c1e5dc linuxPackage.nvidia_x11.settings: nixpkgs-fmt and add opengl runpath 2023-08-14 19:00:07 +02:00
7c6f434c 6221aed0d1
Merge pull request #247359 from xworld21/R-sweave-tex
R: split tex output for use with texlive.combine
2023-08-14 16:50:01 +00:00
Maximilian Bosch a471325eaf
Merge pull request #221318 from mweinelt/synapse-extras
nixos/matrix-synapse: Allow passing extras, discover extras from config
2023-08-14 18:43:05 +02:00
Kiskae 877980c410 linuxPackage.nvidia_x11*: Remove another nvidia-settings library 2023-08-14 18:40:50 +02:00
Stefan Westerfeld 14ae6da134 gst123: init at 0.4.1
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>

Signed-off-by: Stefan Westerfeld <stefan@space.twc.de>
2023-08-14 16:36:43 +00:00
Stefan Westerfeld 737c4e8931 maintainers: add swesterfeld
Signed-off-by: Stefan Westerfeld <stefan@space.twc.de>
2023-08-14 16:36:43 +00:00
K900 25c37880ec
Merge pull request #249150 from Ma27/tempo-extraflags
nixos/tempo: add `extraFlags` option
2023-08-14 19:24:31 +03:00
Maximilian Bosch 10c6be32e4
nixos/tempo: add extraFlags option
Main use-case for me is to specify `-config.expand-env=true` which
allows me inject secrets via systemd's environment file mechanism[1]
like this:

    storage.trace.s3 = {
      /* all the other stuff */
      secret_key = "\${GARAGE_SECRET_KEY}";
    };

[1] https://grafana.com/docs/tempo/latest/configuration/#use-environment-variables-in-the-configuration
2023-08-14 18:07:24 +02:00
Artturi 300da0a691
Merge pull request #248988 from Artturin/matchoscopes
lib.customisation.makeScope: Make `overrideScope` consistent with `makeScopeWithSplicing`
2023-08-14 18:56:30 +03:00
Artturin b93da3f4b7 treewide: overrideScope' -> overrideScope
`lib.makeScope` `overrideScope'` has been renamed to `overrideScope`

`fd --type f | xargs sd --string-mode "overrideScope'" "overrideScope"`
2023-08-14 18:46:47 +03:00
Artturin 3c1f82f99e lib.customisation.makeScope: Make overrideScope consistent with makeScopeWithSplicing
Right now converting `makeScope` to `makeScopeWithSplicing` is not
transparent to users and requires adding a warning for `overrideScope'`
in the set itself.

Warning and `overrideScope'` were added in 2018 b9dce11712 and there should be no users left after 5 years.
2023-08-14 18:46:47 +03:00
natsukium a007a8850b
python310Packages.treeo: mark as broken 2023-08-15 00:46:29 +09:00
Daniel Nagy 0b6d395909 ncdu: 2.2.2 -> 2.3
Changelog: https://dev.yorhel.nl/ncdu/changes2
2023-08-14 15:39:35 +00:00
Jörg Thalheim d6c69dbd74 dasel: set mainProgram 2023-08-14 15:29:14 +00:00
natsukium edb0f26c7d python310Packages.optimum: init at 1.11.1 2023-08-14 23:24:39 +08:00
figsoda ce0123ad6c typos: 1.16.4 -> 1.16.5
Diff: https://github.com/crate-ci/typos/compare/v1.16.4...v1.16.5

Changelog: https://github.com/crate-ci/typos/blob/v1.16.5/CHANGELOG.md
2023-08-14 11:13:23 -04:00
Emily 71bf61d89b
Merge pull request #249074 from NixOS/pam_rssh
pam_rssh: unstable-2023-03-18 -> 1.1.0
2023-08-14 16:54:34 +02:00
figsoda 8eae78f07f
Merge pull request #249035 from marsam/update-flexget
flexget: 3.8.5 -> 3.8.6
2023-08-14 10:27:46 -04:00
figsoda 6f31afadf0
Merge pull request #248961 from mrene/devbox/0.5.11
devbox: 0.5.7 -> 0.5.11
2023-08-14 10:20:22 -04:00
OTABI Tomoya d487fe265c
Merge pull request #249062 from fabaff/textual-bump
python311Packages.textual: 0.28.1 -> 0.32.0
2023-08-14 23:19:30 +09:00
figsoda df7224ff00
Merge pull request #248992 from donovanglover/hyprdim-2.2.0
hyprdim: 2.1.0 -> 2.2.1
2023-08-14 10:16:45 -04:00
OTABI Tomoya f88716f266
Merge pull request #249082 from fabaff/jupyterlab-lsp-broken
python311Packages.jupyterlab-lsp: mark as broken for Jupyterlab > 4
2023-08-14 23:14:59 +09:00
figsoda 2b5a324876
Merge pull request #248997 from r-ryantm/auto-update/circleci-cli
circleci-cli: 0.1.28084 -> 0.1.28528
2023-08-14 10:14:21 -04:00
figsoda c4ec525144
Merge pull request #248999 from kashw2/pscale
pscale: 0.151.0 -> 0.153.0
2023-08-14 10:13:09 -04:00
ajs124 85a903e9f5
Merge pull request #244509 from kjeremy/patch-1
open-vm-tools: Add myself as a maintainer
2023-08-14 16:12:41 +02:00
Maximilian Bosch 0e5416a459
prometheus-postgres-exporter: 0.13.1 -> 0.13.2
ChangeLog: https://github.com/prometheus-community/postgres_exporter/releases/tag/v0.13.2
2023-08-14 16:12:31 +02:00
Fabian Affolter 75dda16dff python311Packages.qcodes: 0.39.0 -> 0.39.1
Changelog: https://github.com/QCoDeS/Qcodes/releases/tag/v0.39.1
2023-08-14 16:11:46 +02:00
figsoda a7595c7abe
Merge pull request #249001 from r-ryantm/auto-update/eks-node-viewer
eks-node-viewer: 0.4.2 -> 0.4.3
2023-08-14 10:11:02 -04:00
figsoda 3d5d5e999b
Merge pull request #249020 from cafkafk/cafk-ast-grep-0.11.0
ast-grep: 0.10.0 -> 0.11.0
2023-08-14 10:09:42 -04:00
figsoda 02ea30a161
Merge pull request #249017 from aaronjheng/sad
sad: 0.4.22 -> 0.4.23
2023-08-14 10:01:07 -04:00
Fabian Affolter 1fce113b92 python311Packages.python-otbr-api: 2.3.0 -> 2.4.0
Diff: https://github.com/home-assistant-libs/python-otbr-api/compare/refs/tags/2.3.0...2.4.0

Changelog: https://github.com/home-assistant-libs/python-otbr-api/releases/tag/2.4.0
2023-08-14 13:55:45 +00:00
figsoda 631c76a1b4
Merge pull request #249024 from aaronjheng/morsel
morsel: 0.1.0 -> 0.1.1
2023-08-14 09:55:04 -04:00
chayleaf 99827b838f rizin, cutter: set meta.mainProgram
See #246386
2023-08-14 13:53:09 +00:00
chayleaf 2fb2f3994d rizin: wrapper fixes
1. Set cutterPlugins to cutter.plugins rather than rizin.plugins which
   it was set to by mistake
2. Remove Rizin binaries from Cutter wrapper, because they aren't
   actually used by Cutter and if the user needs those binaries they
   should install Rizin separately
2023-08-14 13:53:09 +00:00
figsoda 8a30e105a1
Merge pull request #249036 from r-ryantm/auto-update/bpfmon
bpfmon: 2.51 -> 2.52
2023-08-14 09:50:18 -04:00