Commit graph

514417 commits

Author SHA1 Message Date
Artturi f5b8842f61
Merge pull request #249168 from arcnmx/mainPrograms 2023-08-14 23:18:33 +03:00
Pol Dellaiera 3af9ec4f57 gst123: sort attributes and remove with lib; 2023-08-14 19:54:26 +00:00
Pol Dellaiera 98f70a4dad gst123: add meta.mainProgram 2023-08-14 19:54:26 +00:00
Fabian Affolter cfb6ce15d6
Merge pull request #249104 from fabaff/dbx-bump
dbx: 0.8.11 -> 0.8.18
2023-08-14 21:52:39 +02:00
Silvan Mosberger 87c5a6a84f
Merge pull request #243511 from tweag/lib.lists.hasPrefix
`lib.lists.{hasPrefix,removePrefix}`: init
2023-08-14 21:15:54 +02:00
Silvan Mosberger 50d11650a7
Merge pull request #245243 from tweag/contributing-combining
Clean up contributing documentation
2023-08-14 21:06:06 +02:00
K900 b392b28a47
Merge pull request #249173 from K900/pob-2.31.0
path-of-building: 2.30.1 -> 2.31.0
2023-08-14 22:00:34 +03:00
Lassulus 43fd3a94bb
Merge pull request #245215 from idlip/pspp-bump
pspp: 1.4.1 -> 1.6.2
2023-08-14 20:34:03 +02:00
Silvan Mosberger f10a24eddd
Merge pull request #242339 from hercules-ci/modules-catch-bare-type
lib/modules: Report a good error when option tree has bare type
2023-08-14 20:30:41 +02:00
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
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
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
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
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
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
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
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
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
Graham Christensen 7802cfcdb8
Merge pull request #249087 from NixOS/nix-2.15.2
nixVersions.nix_2_15: 2.15.1 -> 2.15.2
2023-08-14 09:31:10 -04:00
figsoda 6ab8bfb3a5
Merge pull request #248607 from figsoda/cyber 2023-08-14 09:27:20 -04:00