Commit Graph

105743 Commits

Author SHA1 Message Date
Gaétan Lepage
143ce3aca9
python312Packages.awkward: 2.6.9 -> 2.7.1; python312Packages.uproot: 5.4.1 -> 5.5.0 (#354346) 2024-11-21 08:39:30 +01:00
Cosima Neidahl
644c1802f0
wipeout-rewrite: nixfmt, modernise, bump (#354647) 2024-11-20 23:05:30 +01:00
Emily
dca46c1a6d
chromium: fetch src from git instead of using release tarball, {ungoogled-,}chromium,chromedriver: 130.0.6723.116 -> 131.0.6778.69/85 (#357371) 2024-11-20 22:47:33 +01:00
Maximilian Bosch
f10fc704df
Merge: postgresqlPackages.timescaledb: 2.14.2 -> 2.17.2; adopt, nixfmt; postgresqlPackages.timescaledb_toolkit: 1.18.0 -> 1.19.0 (#348223) 2024-11-20 22:25:14 +01:00
Gutyina Gergő
ed6063f094 cryptomator: migrate to by-name 2024-11-20 21:17:46 +01:00
Robert Schütz
5209b9257b
pure-maps: 3.3.0 -> 3.4.0 (#351558) 2024-11-20 12:03:22 -08:00
Kirill Radzikhovskyy
07ba29fead cargo-pgrx_0_12_6: init at 0_12_6 2024-11-21 06:32:48 +11:00
Jörg Thalheim
6d2d99ef57
Parallel GH actions workflow for Nixpkgs eval (#356023) 2024-11-20 19:49:18 +01:00
Domen Kožar
d774cc7921
tideways-cli: init at 1.2.2 (#351192) 2024-11-20 17:46:53 +01:00
Pol Dellaiera
c3f9d32635
python312Packages.captum: init at 0.7.0 (#356087) 2024-11-20 17:33:57 +01:00
Pol Dellaiera
a2c826f6d0 python312Packages.captum: init at 0.7.0 2024-11-20 17:06:38 +01:00
OTABI Tomoya
79245ef3bb
python3Packages.gower: init at 0.1.2 (#350747) 2024-11-20 19:02:58 +09:00
Silvan Mosberger
fbbe972898 Parallel GH actions workflow for Nixpkgs eval
Motivated by ofborg struggling [1] and its evaluations taking too long,
inspired by Jörg's initial PR [2]
and Adam's previous attempt to parallelise Nixpkgs evaluation [3],
this PR contains initial work to relief ofborg from its evaluation duty
by using GitHub Actions to evaluate Nixpkgs.

For now this doesn't take care of all of what ofborg does, such as
requesting appropriate reviewers or labeling mass rebuilds, but this can
be follow-up work.

[1]: https://discourse.nixos.org/t/infrastructure-announcement-the-future-of-ofborg-your-help-needed/56025?u=infinisil
[2]: https://github.com/NixOS/nixpkgs/pull/352808
[3]: https://github.com/NixOS/nixpkgs/pull/269403

Co-Authored-By: Jörg Thalheim <joerg@thalheim.io>
Co-Authored-By: Adam Joseph <adam@westernsemico.com>
2024-11-20 10:35:56 +01:00
Doron Behar
62062d14fb
gnuradioPackages.fosphor: init at unstable-2024-03-23 (#280805) 2024-11-20 10:11:44 +02:00
Aleksana
d0df7756df
upscaler: init at 1.4.0 (#356497) 2024-11-20 14:07:57 +08:00
Silvan Mosberger
72f462bdba pkgs/top-level/release.nix: Don't include non-Hydra attributes with attrNamesOnly
The attrNamesOnly feature is used by
pkgs/top-level/release-attrpaths-superset.nix to return a superset of
all attributes that might be built by Hydra.

Before this change it would include all attribute paths to derivations that could
be found recursively, ignoring the recurseForDerivations and
recurseForRelease attributes that control Hydra's recursion.

This had the effect that it would end up with ~266000 attributes, most of which definitely won't be built by Hydra. We can remove those while staying true to the superset notion to end up with just ~97000, a reduction of ~63.6%! This also comes with an eval time reduction from 31.7s to 18.7s (-41.0%)!

As an example, all derivations in pypy310Packages don't get included
anymore, because it doesn't have a `.recurseForDerivations` set.

As a nice side effect, with `--arg enableWarnings false`, no more
warnings are printed, because things like
`checkpointBuildTools.mkCheckpointedBuild` (which is deprecated) isn't
being recursed to anymore.
2024-11-20 06:22:07 +01:00
Robert Schütz
3b8d5ba32a libsForQt5.maplibre-native-qt: init at 3.0.0 2024-11-19 16:35:00 -08:00
Robert Schütz
1bbc9c2d23 qt6Packages.maplibre-native-qt: init at 3.0.0 2024-11-19 16:35:00 -08:00
Yt
e973c8a041
python3Packages.django-filingcabinet: init at 0-unstable-2024-11-15 (#355390) 2024-11-19 18:34:45 -05:00
Weijia Wang
5bdc0862bf
wordpress: 6.6.2 -> 6.7 (#356449) 2024-11-19 22:44:51 +01:00
Thomas Gerbet
70082c7ac3
perlPackages.Imager: 1.019 -> 1.025 (#356833) 2024-11-19 21:08:07 +01:00
emilylange
ebb40bd5c2
chromium: remove "channel" argument
This is no longer used as we only differentiate between stable and
ungoogled-chromium, which we already track in the "ungoogled" boolean.

Beta and dev channels are gone for good.
It's been a year since their removal in 59719f787e.

There is, however, an additional channel mapping in nixos/tests/chromium
but that one is independent from this one here.
2024-11-19 20:35:51 +01:00
Gaetan Lepage
f002b218c2 python312Packages.awkward-pandas: init at 2023.8.0 2024-11-19 20:00:51 +01:00
Domen Kožar
f1f2075772
meilisearch: migrate to the new macOS SDK (#357277) 2024-11-19 19:12:24 +01:00
Sander
15e49d961b
meilisearch: migrate to the new macOS SDK 2024-11-19 19:54:49 +04:00
Aleksana
0ecc88f77d
buildGoPackage: remove (#349478) 2024-11-19 22:41:50 +08:00
Atemu
8a312b121e
space-cadet-pinball: Improve packaging (#354555) 2024-11-19 11:45:23 +01:00
Grimmauld
73db838c15
python312Packages.vulkan: init at 1.3.275.1 2024-11-19 10:09:41 +01:00
Bruno Rodrigues
0af8b18cef python3Packages.gower: init at version 0.1.2 2024-11-19 10:08:28 +01:00
OTABI Tomoya
05d55345e6
python312Packages.x-transformers: init at 1.32.2 (#332726) 2024-11-19 18:03:49 +09:00
OTABI Tomoya
6bd0af7a55
python312Packages.kalshi-python: init at 2.0.0 (#352048) 2024-11-19 17:39:29 +09:00
OTABI Tomoya
b0afbd864a
cynthion: init at 0.1.7 (#353392) 2024-11-19 17:37:15 +09:00
Chuang Zhu
ac5f925c6c gnuradioPackages.fosphor: init at unstable-2024-03-23 2024-11-19 09:48:02 +02:00
David McFarland
b0d941edb4
dotnet: november 2024 upgrades and infrastructure changes (#355753) 2024-11-18 20:20:45 -04:00
OTABI Tomoya
9bb6359165
ansible_2_15: drop, ansible: 2.17.5 -> 2.17.6 (#354258) 2024-11-19 09:16:20 +09:00
Martin Weinelt
d43eaad626
python312Packages: remove some old backport modules (#355418) 2024-11-18 17:00:55 +01:00
Dmitry Kalinkin
294fb30959
root: 6.32.06 -> 6.32.08, fix on darwin, move to pkgs/by-name (#355981) 2024-11-18 08:19:14 -05:00
Maximilian Bosch
f58d077173
Merge: Kernel updates for 2024-11-18 (#356881) 2024-11-18 13:23:33 +01:00
Jonas Heinrich
c55b0f3946 python3Packages.django-filingcabinet: init at 0-unstable-2024-11-15 2024-11-18 13:11:25 +01:00
Karolis Stasaitis
93b0565dd2 python312Packages.cynthion: init at 0.1.7 2024-11-18 12:44:10 +01:00
Karolis Stasaitis
ded0edc6d9 python312Packages.luna-soc: init at 0.2.0 2024-11-18 12:42:44 +01:00
Karolis Stasaitis
393495aa44 python312Packages.luna-usb: init at 0.1.2 2024-11-18 12:42:24 +01:00
Karolis Stasaitis
de6f807a09 python312Packages.apollo-fpga: init at 1.1.0 2024-11-18 12:42:24 +01:00
Karolis Stasaitis
e0f9d1953a python312Packages.usb-protocol: init at 0.9.1 2024-11-18 12:42:11 +01:00
Nadia Holmquist Pedersen
5ebcfc742d space-cadet-pinball: improve packaging
* Fix the build on Darwin
* Build an app bundle like the upstream releases
* Make the game find its assets without a wrapper and install them in
  the appropriate location
2024-11-18 11:40:08 +01:00
Nadia Holmquist Pedersen
eadef8f486 space-cadet-pinball: migrate to by-name 2024-11-18 11:37:32 +01:00
Paul Meyer
760947c477
azure-cli: 2.65.0 -> 2.66.0 (#355163) 2024-11-18 11:28:31 +01:00
Paul Meyer
4ad10975ec buildGoPackage: remove
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
2024-11-18 07:51:19 +01:00
Gaétan Lepage
fbc12b07e2
python3Packages.a2wsgi: fix build (#355656) 2024-11-18 07:40:56 +01:00
K900
a7c029235d linux_6_12: init at 6.12 2024-11-18 09:14:46 +03:00