Commit Graph

598185 Commits

Author SHA1 Message Date
Yt
cfabb44c02
Merge pull request #296432 from r-ryantm/auto-update/redpanda-client
redpanda-client: 23.3.7 -> 23.3.8
2024-03-16 17:26:21 +00:00
R. Ryantm
a21549471d home-manager: unstable-2024-03-12 -> unstable-2024-03-15 2024-03-16 17:25:44 +00:00
Maximilian Bosch
29e663bab6
Merge pull request #296448 from K900/kernel-cursedness
linux: uncurse arguments
2024-03-16 17:14:56 +00:00
Janik H.
847a53742c
nixos/networkmanager: ensure-profiles, make sure networkmanager is running 2024-03-16 18:11:58 +01:00
Olivia Crain
ae5d5a6b9c
vale: set meta.mainProgram 2024-03-16 12:07:58 -05:00
MinerSebas
2210ac7764 nixos/scrutiny: Order scrutiny.service after influxdb2.service 2024-03-16 18:02:17 +01:00
MinerSebas
7d6917088c nixos/scrutiny: Dont enable influxdb when only using scrutiny-collector 2024-03-16 18:02:10 +01:00
Atemu
bdc55d2f86 nixos/steam: provide example in extraCompatPackages 2024-03-16 17:59:27 +01:00
Atemu
74c55dbb25 proton-ge-bin: make $out provide an error when added to an env
This package should never be added to systemPackages or other global
environments as it will not provide any function there. Making its $out a file
will prevent buildEnv from including it; providing an error like this:

error: The store path /nix/store/wxl3m27dmjjsfqvzzxw7ibr0gr54wwkp-proton-ge-bin-GE-Proton9-1 is a file and can't be merged into an environment using pkgs.buildEnv! at /nix/store/ndhb3bsaf3zc6gx22vjl0w11sxvapf7b-builder.pl line 122.

Some breadcrumbs are left inside the file.
2024-03-16 17:59:27 +01:00
Atemu
ac37f3f754 proton-ge-bin: simplify
Simply use fetchzip and create a symlink to the src rather than unpacking
manually.
2024-03-16 17:59:27 +01:00
Atemu
c67a030aa2 steam: passthru steam's args
This makes it possible to introspect steam-specific arguments such as extraEnv.
2024-03-16 17:59:27 +01:00
Atemu
2b619c2314 nixos/steam: use steamcompattool output for extraCompatPackages
This sets a standard for Steam compat tools in NixOS where they must have the
compat tool in a special steamcompattool output.

proton-ge-bin was adjusted to conform with it.
2024-03-16 17:59:27 +01:00
NotAShelf
1b42f2ffbf proton-ge-bin: init at init at 9-1
Co-authored-by: Shawn8901 <huntdionysos@gmx.net>
2024-03-16 17:59:27 +01:00
Arian van Putten
d211b80d29
Merge pull request #294493 from endgame/ec2-image-ssm-agent
nixos/amazon-image: Enable Amazon SSM Agent by default
2024-03-16 17:57:42 +01:00
Maciej Krüger
606638d91f
Merge pull request #294844 from chewblacka/update-mythtv
mythtv: 32.0 -> 34.0
2024-03-16 17:51:38 +01:00
Maximilian Bosch
b08f1925bd
Merge pull request #292997 from Ma27/grafana-subpackages
grafana: 10.3.3 -> 10.4.0, explicitly declare subPackages, halve build time, reduce closure size by ~11.5%
2024-03-16 16:40:58 +00:00
OTABI Tomoya
4b995181c9
Merge pull request #296226 from r-ryantm/auto-update/python312Packages.langsmith
python312Packages.langsmith: 0.1.23 -> 0.1.26
2024-03-17 01:39:12 +09:00
Guillaume Girol
119099506c
Merge pull request #292477 from nu-nu-ko/nixos-komga-hardening
nixos/komga: add service hardening and misc format changes.
2024-03-16 17:34:45 +01:00
R. Ryantm
b9b30333db poetryPlugins.poetry-plugin-export: 1.6.0 -> 1.7.0 2024-03-16 16:34:12 +00:00
OTABI Tomoya
07d0a01e9c
Merge pull request #296320 from r-ryantm/auto-update/python311Packages.langchain-core
python311Packages.langchain-core: 0.1.31 -> 0.1.32
2024-03-17 01:32:16 +09:00
R. Ryantm
07d99149de micronaut: 4.3.5 -> 4.3.6 2024-03-16 16:29:48 +00:00
Martin Weinelt
fe8d02e2bc
Merge pull request #296180 from mweinelt/pretix
pretix: init at 2024.2.0
2024-03-16 17:28:20 +01:00
Thiago Kenji Okada
f9d71437f3
Merge pull request #296442 from donovanglover/wl-clipboard-rs
wl-clipboard-rs: 0.8.0-unstable-2023-11-27 -> 0.8.1
2024-03-16 16:12:43 +00:00
Maximilian Huber
d150ed53b1 dwl: project migrated from GitHub to Codeberg
see: 58d33b79f9 and the project is no archived on github

new source location is: https://codeberg.org/dwl/dwl

Signed-off-by: Maximilian Huber <gh@maxhbr.de>
2024-03-16 16:50:37 +01:00
Ilan Joselevich
39b26c31ce
mpd-discord-rpc: 1.7.1 -> 1.7.2
Diff: https://github.com/JakeStanger/mpd-discord-rpc/compare/v1.7.1...v1.7.2

Changelog: https://github.com/JakeStanger/mpd-discord-rpc/blob/v1.7.2/CHANGELOG.md
2024-03-16 17:42:51 +02:00
K900
424d609df4 linux: uncurse arguments
Currently things like `buildLinux { inherit src version; }` fail because of
`callPackage` auto-inserting `kernelPatches`, which is both a `buildLinux`
argument and a `pkgs` toplevel attribute, with completely different semantics.

Avoid that entirely by splitting the call into two - one for arguments we want
from `callPackage`, and one for everything else.
2024-03-16 18:39:32 +03:00
Mathew Polzin
428564f752
electron: support v29 binary option (#296218) 2024-03-16 16:39:01 +01:00
OTABI Tomoya
eb24396526
Merge pull request #296377 from r-ryantm/auto-update/python311Packages.streamlit
python311Packages.streamlit: 1.32.1 -> 1.32.2
2024-03-17 00:34:41 +09:00
Ivan Mincik
0fcb1f4acc
Merge pull request #296120 from imincik/qgis-small-reordering
qgis: small dependencies reordering
2024-03-16 15:28:27 +00:00
Robert Scott
871dcd8565
Merge pull request #296303 from r-ryantm/auto-update/bosh-cli
bosh-cli: 7.5.4 -> 7.5.5
2024-03-16 15:22:57 +00:00
Aaron Jheng
07f534a66c
cargo-graph: remove 2024-03-16 23:18:17 +08:00
Martin Weinelt
5e97947218
python311Packages.css-inline: fix darwin build 2024-03-16 16:17:22 +01:00
Jörg Thalheim
56db90d274
Merge pull request #296164 from bubuntux/ivsc-option
Add ivsc-firmware to ipu6 option
2024-03-16 16:14:05 +01:00
Muhammad Falak R Wani
62f455f63a delta: 0.16.5 -> 0.17.0
Diff: https://github.com/dandavison/delta/compare/0.16.5...0.17.0
Changelog: https://github.com/dandavison/delta/releases/tag/0.17.0
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-03-16 20:43:25 +05:30
Aaron Jheng
a87c4617ef
clog-cli: mark as broken 2024-03-16 23:06:37 +08:00
Mario Rodas
f819b21e89
Merge pull request #295393 from r-ryantm/auto-update/minio
minio: 2024-03-07T00-43-48Z -> 2024-03-10T02-53-48Z
2024-03-16 10:02:00 -05:00
Aaron Jheng
039ecec2bf
panopticon: mark as broken 2024-03-16 22:59:24 +08:00
a-n-n-a-l-e-e
f0bea5f14d
Merge pull request #295744 from GaetanLepage/arviz
python311Packages.arviz: 0.17.0 -> 0.17.1
2024-03-16 07:58:30 -07:00
Donovan Glover
22663c585e
wl-clipboard-rs: add myself as maintainer 2024-03-16 10:56:59 -04:00
Christian Kögler
a496094154
Merge pull request #296437 from r-ryantm/auto-update/vdrPlugins.softhddevice
vdrPlugins.softhddevice: 2.1.1 -> 2.1.2
2024-03-16 15:56:36 +01:00
Donovan Glover
c7b11a593d
wl-clipboard-rs: 0.8.0-unstable-2023-11-27 -> 0.8.1 2024-03-16 10:56:24 -04:00
Robert Scott
c03f302838
Merge pull request #294995 from r-ryantm/auto-update/pjsip
pjsip: 2.14 -> 2.14.1
2024-03-16 14:46:00 +00:00
Robert Scott
d3e1cdb4fa
Merge pull request #296355 from r-ryantm/auto-update/v2ray
v2ray: 5.14.1 -> 5.15.0
2024-03-16 14:45:09 +00:00
R. Ryantm
b2699f7ea6 vdrPlugins.softhddevice: 2.1.1 -> 2.1.2 2024-03-16 14:43:48 +00:00
Martin Weinelt
11e7015ec7
CODEOWNERS: watch pretix 2024-03-16 15:42:57 +01:00
R. Ryantm
bf27397128 tbls: 1.73.2 -> 1.73.3 2024-03-16 14:40:21 +00:00
R. Ryantm
102f7b22eb redpanda-client: 23.3.7 -> 23.3.8 2024-03-16 14:31:59 +00:00
Martin Weinelt
65fefca297
Merge pull request #289436 from Smona/fix-makeself-header-path
makeself: fix header path error
2024-03-16 15:30:48 +01:00
R. Ryantm
29315a952e python312Packages.snapcast: 2.3.5 -> 2.3.6 2024-03-16 14:25:36 +00:00
R. Ryantm
d964fa004d vultr-cli: 3.0.2 -> 3.0.3 2024-03-16 14:21:18 +00:00