Commit graph

386709 commits

Author SHA1 Message Date
K900 03dd01dd2f nixos: add module for tempo
It's very barebones but should be OK for now.
2022-07-08 21:33:17 +03:00
K900 c29a489272 tempo: 1.1.0 -> 1.4.1 2022-06-19 17:52:22 +03:00
legendofmiracles 9fba3c44d7
Merge pull request #176867 from tejasag/submit/init-oak
oak: init at v0.2
2022-06-19 06:38:34 -06:00
Han Verstraete 6bd1025a28 nixos-shell: 0.2.2 -> 1.0.0 2022-06-19 20:37:25 +08:00
Matthieu Coudron ce505a3984
vimPlugins: use lua derivation if it exists (#178180)
Neovim plugins are now more often than not written in lua.
One advantage of the lua ecosystem over vim's is the existence of
luarocks and the rockspec format, which allows to specify a package
dependencies formally.
I would like more neovim plugins to have a formal description,
"rockspec" being the current candidate.
This MR allows to use nix lua packages as neovim plugins, so as to enjoy
every benefit that rockspecs bring:
- dependdency discovery
- ability to run test suite
- luarocks versioning
- rockspec metadata

the vim update.py script will check if an attribute with the vim plugin
pname exists in lua51Packages. If it does, it uses
buildNeovimPluginFrom2Nix on it, which modifies the luarocks config to
do an almost flat install (luarocks will install the package in the lua
folder instead of share/5.1/lua etc).
It also calls toVimPlugin on it to get all the vim plugin niceties.

The list of packages that could benefit from this is available at
https://luarocks.org/labels/neovim
but I hope it grows.
2022-06-19 14:18:16 +02:00
Vladimír Čunát 849bf88af1
Merge #177182: kiwix: 2.0.5 -> 2.2.1 2022-06-19 14:00:17 +02:00
Vladimír Čunát 88ed166300
Merge #177365: archivebox: mark insecure 2022-06-19 14:00:17 +02:00
Vladimír Čunát f76c3d1fa2
Merge #177368: python310Packages.django-jinja: run tests 2022-06-19 14:00:17 +02:00
Vladimír Čunát 1cb8ef5ae6
Merge #170138: pebble: 2.3.1 -> 2.4.0 2022-06-19 14:00:17 +02:00
Vladimír Čunát 4f5a4396ed
Merge #171388: python3Packages.watchdog: fix darwin-x86_64 build 2022-06-19 14:00:16 +02:00
Vladimír Čunát a824e734ea
Merge #176010: binutils: Reduce closure size when building for cross platform 2022-06-19 14:00:16 +02:00
Vladimír Čunát 2783f5c40e
Merge #176496: xdg-utils: fix cross-compilation 2022-06-19 14:00:16 +02:00
Vladimír Čunát 736a13b4fc
Merge #174275: jami: 20211223.2.37be4c3 -> 20220503.1550.0f35faa 2022-06-19 14:00:11 +02:00
kilianar 970cd2643d statix: 0.5.4 -> 0.5.6 2022-06-19 21:32:01 +10:00
Astro 90bb712969 deadnix: 0.1.5 -> 0.1.6 2022-06-19 21:31:42 +10:00
zowoq 0725c07445 editorconfig-checker: 2.4.0 -> 2.5.0
https://github.com/editorconfig-checker/editorconfig-checker/releases/tag/2.5.0
2022-06-19 21:31:28 +10:00
Lassulus eb013128da
Merge pull request #178195 from dnr/pipewire-systemwide
nixos/pipewire: fix wireplumber with system-wide
2022-06-19 12:42:37 +02:00
Jonas Chevalier c858c17c85
Merge pull request #178224 from flokli/grafana-agent-module-fixes
nixos/grafana-agent: apply some fixes
2022-06-19 12:38:43 +02:00
Maximilian Bosch 9b24aab6a3
Merge pull request #178226 from Ma27/reduce-maintenance-load
treewide: reduce maintenance workload for ma27
2022-06-19 12:26:02 +02:00
Florian Klink 8b926cad93 nixos/tests/grafana-agent: update port
We now don't explicitly configure a self-chosen port, but use the
default port choosen by grafana, 12345.
2022-06-19 12:23:06 +02:00
Maximilian Bosch 0bd9606a86
Merge pull request #178217 from Ma27/bump-strace
strace: 5.17 -> 5.18
2022-06-19 12:14:24 +02:00
Maximilian Bosch cdbc6e64e4
treewide: reduce maintenance workload for ma27
Note: I DO NOT resign from nixpkgs, not at all!

However, I like a clean notification inbox and I get a lot of stuff for
packages where I'm only an end-user or don't use them anymore and thus
can't help out that much.

So please consider it a measure to reduce the mental load for me when
going through my notifications ;-)
2022-06-19 12:07:43 +02:00
Sandro 3d6a6aa989
Merge pull request #158044 from pasqui23/gamehub
gamehub: init at 0.16.3-2
2022-06-19 11:52:01 +02:00
Sandro d11a703d95
Merge pull request #177894 from fgaz/pokete/init 2022-06-19 11:51:52 +02:00
Florian Klink 5f297c164e nixos/grafana-agent: add myself as maintainer 2022-06-19 11:50:32 +02:00
Florian Klink b09836593e nixos/grafana-agent: move remote write config from integrations.prometheus_remote_write to metrics.global.remote_write
remote_write config in integrations.prometheus_remote_write is only
applied for integrations, so static configurations won't get written
anywhere.
2022-06-19 11:50:32 +02:00
Florian Klink e578b4d3ed nixos/grafana-agent: drop server.{grpc,http}_listen_address,http_listen_port
According to https://grafana.com/docs/agent/latest/upgrade-guide/#v0240,
this has been deprecated/moved to -server.http.address and
-server.grpc.address (accepting ip and port) config options in v0.24.0,
and already listens on localhost and not port 80 by default.
2022-06-19 11:50:31 +02:00
Florian Klink 2cca676e69 nixos/grafana-agent: replace settings.prometheus with settings.metrics
According to https://github.com/grafana/agent/pull/1540, -prometheus.*
flages were deprecated in 0.19.0 in favor of the -metrics.*
counterparts. Same applies to `loki` being renamed to `logs`.

I'm not sure if the config file format is still supported (it could be),
but we shouldn't use deprecated configs.
2022-06-19 11:50:31 +02:00
Sandro 0fcb789478
Merge pull request #178221 from r-ryantm/auto-update/python310Packages.ansible-lint
python310Packages.ansible-lint: 6.2.2 -> 6.3.0
2022-06-19 11:45:43 +02:00
Sandro 93e34826f1
Merge pull request #176473 from pacien/matrix-commander-2.30.0 2022-06-19 11:41:45 +02:00
Sandro ffdcae79bc
Merge pull request #176913 from mitya57/dropbox-setuptools 2022-06-19 11:32:15 +02:00
Sandro 42ff489d53
pokete: drop default platform 2022-06-19 11:30:48 +02:00
Sandro 153078b6fa
Merge pull request #133224 from applePrincess/add-sherlock 2022-06-19 11:25:38 +02:00
Sandro baac374635
Merge pull request #173325 from KAction/zsh-doc 2022-06-19 11:24:33 +02:00
Sandro c77e2ff473
Merge pull request #178168 from sven-of-cord/master
spr: init at 1.3.2
2022-06-19 11:24:09 +02:00
Phillip Cloud e85af7341a
pulumi-bin: 3.31.0 -> 3.34.1 (#178006) 2022-06-19 11:23:38 +02:00
R. Ryantm 4462f3dc53 python310Packages.ansible-lint: 6.2.2 -> 6.3.0 2022-06-19 09:20:01 +00:00
Vladimír Čunát f65e044ad5
Merge #176495: unclutter-xfixes: fix cross-compilation 2022-06-19 11:15:42 +02:00
Florian Klink 4386cb104e
Merge pull request #178200 from lopsided98/device-tree-preprocessor
nixos/device-tree: preprocess overlays before compiling
2022-06-19 11:13:54 +02:00
Maximilian Bosch a62e864c81
strace: 5.17 -> 5.18
ChangeLog: https://github.com/strace/strace/releases/tag/v5.18
2022-06-19 10:30:17 +02:00
Jörg Thalheim 0d68d7c857
Merge pull request #178148 from misuzu/zerotierone
zerotierone: 1.8.9 -> 1.10.0
2022-06-19 08:34:29 +01:00
Jörg Thalheim b07506ae98
Merge pull request #178189 from alkasm/alkasm/maintainers-add-alkasm
maintainers: add alkasm
2022-06-19 08:33:01 +01:00
Jörg Thalheim 10056ffc89
Merge pull request #178181 from wahjava/update-got
got: 0.69 -> 0.70
2022-06-19 08:32:40 +01:00
Fabian Affolter 6a9c4efc3c
Merge pull request #178142 from fabaff/gitls
gitls: init at 1.0.3
2022-06-19 09:31:45 +02:00
Jörg Thalheim fe24b3222e
Merge pull request #178197 from r-ryantm/auto-update/python3.10-types-redis
python310Packages.types-redis: 4.2.7 -> 4.2.8
2022-06-19 08:21:08 +01:00
Jörg Thalheim 2ea4d37217
Merge pull request #178199 from aaronjheng/mongo-tools
mongodb-tools: use buildGoModule
2022-06-19 08:17:57 +01:00
Vladimír Čunát 9ce903e48e
Merge #178209: Revert "graalvmXX-ce: use a patched version of zlib" 2022-06-19 08:57:57 +02:00
Fabian Affolter d0a064995c
Merge pull request #178160 from fabaff/pwdsafety-bump
pwdsafety: 0.1.4 -> 0.3
2022-06-19 08:56:06 +02:00
Vladimír Čunát 2f002a9667
Revert "graalvmXX-ce: use a patched version of zlib" 2022-06-19 08:54:21 +02:00
Lassulus f4b359f751
Merge pull request #178183 from r-ryantm/auto-update/python3.9-yubikey-manager
yubikey-manager: 4.0.8 -> 4.0.9
2022-06-19 08:31:31 +02:00