Emily and GitHub
8bbdac1eaa
stdenv.mkDerivation: follow-up performance improvements ( #513858 )
2026-05-09 23:51:36 +00:00
Eman Resu
152d862bb0
stdenv.mkDerivation: cache output checks to avoid reallocating
2026-05-09 19:25:03 -04:00
Eman Resu
fc43f076bb
stdenv.mkDerivation: avoid listToAttrs if outputChecks will end up empty
2026-05-09 19:14:47 -04:00
Eman Resu
26b51ec16d
stdenv.mkDerivation: avoid concat if separateDebugInfo' is false
2026-05-09 19:11:05 -04:00
Yohann Boniface and GitHub
8deac14691
fanwood, aileron, go-font: use installFonts hook ( #518127 )
2026-05-09 23:07:58 +00:00
nixpkgs-ci[bot] and GitHub
ef746873c9
uptime-kuma: 2.3.0 -> 2.3.2 ( #518429 )
2026-05-09 23:06:43 +00:00
Sandesh
1a0f106fb0
go-font: use installFonts hook
...
Part of #495640
2026-05-10 04:30:22 +05:30
Sandesh
14a335e23c
aileron: use installFonts hook
...
Part of #495640
2026-05-10 04:30:21 +05:30
Sandesh
54b1986d4e
fanwood: use installFonts hook
...
Part of #495640
2026-05-10 04:30:21 +05:30
Peder Bergebakken Sundt and GitHub
b866acac65
jdupes: fix Darwin build ( #518193 )
2026-05-09 22:53:24 +00:00
Martin Weinelt and GitHub
34f0a61f59
nixos/home-assistant: add themes support ( #441878 )
2026-05-09 22:30:25 +00:00
Eman Resu
fde4f1c5a0
stdenv.mkDerivation: check meta.mainProgram from original meta
...
We define a meta variable in the same let block as the result of
the `commonMeta` call. Avoiding evaluating the result of that call
until we need to is preferable.
2026-05-09 18:25:32 -04:00
Guillaume Girol and GitHub
aea817f6c1
gegl: enable strictDeps ( #509618 )
2026-05-09 22:21:24 +00:00
zowoq and GitHub
eb27ee0237
terraform-providers.newrelic_newrelic: 3.85.1 -> 3.87.1 ( #518499 )
2026-05-09 22:19:02 +00:00
zowoq and GitHub
44079e07b6
terraform-providers.opentelekomcloud_opentelekomcloud: 1.36.64 -> 1.36.65 ( #518488 )
2026-05-09 22:18:59 +00:00
isabel and GitHub
7482cd1454
shiru: init at 6.6.0 ( #467929 )
2026-05-09 21:52:46 +00:00
Julian Pinzer and Jamie Magee
cbd8fa5986
home-assistant-themes.material-you-theme: init at 5.0.1
2026-05-09 14:49:19 -07:00
Julian Pinzer and Jamie Magee
63b4d66ff5
nixos/home-assistant: add themes support
2026-05-09 14:49:19 -07:00
Guillaume Girol and GitHub
5e525a2616
nixos/lasuite-docs: admin improvements ( #482329 )
2026-05-09 21:36:10 +00:00
Guillaume Girol and GitHub
e8c32edb37
redis: set config group for service user ( #484438 )
2026-05-09 21:33:12 +00:00
Naomi Roberts
81d43b573e
shiru: init at 6.6.0
...
Signed-off-by: Naomi Roberts <mia@naomieow.xyz >
2026-05-09 22:31:28 +01:00
nixpkgs-ci[bot] and GitHub
6b71f66ebb
arcdps-log-manager: 1.15 -> 1.15.1 ( #518484 )
2026-05-09 21:31:15 +00:00
Guillaume Girol and GitHub
c03cf7e71b
anydesk: add missing aarch64 dependencies (wayland, libepoxy, libxkbcommon) and package update ( #513039 )
2026-05-09 21:30:58 +00:00
Martin Weinelt and GitHub
ec0f324a66
uriparser: 1.0.1 -> 1.0.2 ( #518466 )
2026-05-09 21:30:06 +00:00
Martin Weinelt and GitHub
d5e167c368
python3Packages.av: 16.1.0 -> 17.0.1 ( #513194 )
2026-05-09 21:21:12 +00:00
nixpkgs-ci[bot] and GitHub
82cbc979e1
vivaldi: 7.9.3970.60 -> 7.9.3970.64 ( #518481 )
2026-05-09 21:07:10 +00:00
Martin Weinelt and GitHub
0b1d92bf85
draupnir: 3.0.0 -> 3.1.0 ( #518489 )
2026-05-09 21:02:11 +00:00
R. Ryantm
d56323706b
terraform-providers.newrelic_newrelic: 3.85.1 -> 3.87.1
2026-05-09 20:57:42 +00:00
Eman Resu
ac796e9827
stdenv.mkDerivation: use or statement for default hardening flags
...
As suggested in PR review:
"It seems like when `!stdenvHasCC`, `stdenv.cc` is `null`. So this could
probably just be `defaultHardeningFlags =
stdenv.cc.defaultHardeningFlags or knownHardeningFlags;`?"
2026-05-09 16:40:36 -04:00
Florian Klink and GitHub
ff4630523d
python3Packages.schedula: skip form-extras test that lacks proper guard ( #518458 )
2026-05-09 20:35:55 +00:00
Martin Weinelt
873efc6d10
draupnir: 3.0.0 -> 3.1.0
...
https://github.com/the-draupnir-project/Draupnir/releases/tag/v3.1.0
2026-05-09 22:12:31 +02:00
R. Ryantm
e20090240e
terraform-providers.opentelekomcloud_opentelekomcloud: 1.36.64 -> 1.36.65
2026-05-09 20:02:30 +00:00
Eman Resu
ce35986f7f
stdenv/mkDerivation: only run zipAttrsWith if we have to
...
If attrs.outputChecks.${name} is undefined, we'd be performing an
unnecessary no-op.
2026-05-09 15:50:15 -04:00
Eman Resu
ec66d5fc09
stdenv.mkDerivation: only run fold if an invalid type or list is passed
2026-05-09 15:50:15 -04:00
Eman Resu
7b8b8413ea
stdenv.mkDerivation: avoid checking dependency list for empty lists
2026-05-09 15:50:14 -04:00
Eman Resu
ada7d723b1
stdenv/darwin: remove no-ops
2026-05-09 15:50:14 -04:00
R. Ryantm
a98dc39632
arcdps-log-manager: 1.15 -> 1.15.1
2026-05-09 19:48:57 +00:00
R. Ryantm
de8d9b21bb
vivaldi: 7.9.3970.60 -> 7.9.3970.64
2026-05-09 19:35:23 +00:00
Fabian Affolter and GitHub
79426d72f3
chainsaw: 2.15.0 -> 2.16.0 ( #518421 )
2026-05-09 19:34:59 +00:00
nixpkgs-ci[bot] and GitHub
c64192083e
omnictl: 1.6.2 -> 1.7.1 ( #513536 )
2026-05-09 19:34:12 +00:00
Fabian Affolter and GitHub
17239e392a
cdncheck: 1.2.33 -> 1.2.34 ( #518251 )
2026-05-09 19:33:33 +00:00
Fabian Affolter and GitHub
baeca730c9
cnspec: 13.7.0 -> 13.8.2 ( #518242 )
2026-05-09 19:33:03 +00:00
Fabian Affolter and GitHub
ef5c94f624
python3Packages.python-discovery: 1.2.2 -> 1.3.0 ( #518457 )
2026-05-09 19:32:24 +00:00
Fabian Affolter and GitHub
9dee5dac59
python3Packages.pysma: 1.1.1 -> 1.1.3 ( #494283 )
2026-05-09 19:29:46 +00:00
Azat Bahawi and GitHub
ed0411c6c4
ctre: 3.10.0 -> 3.11.0 ( #518109 )
2026-05-09 19:12:45 +00:00
Harinn
47562983a1
python3Packages.schedula: skip incompatible tests on py3.14
2026-05-10 02:06:14 +07:00
Heitor Augusto and GitHub
2e8afb4337
COSMIC stable 1.0.12 ( #517052 )
2026-05-09 18:38:14 +00:00
nixpkgs-ci[bot] and GitHub
1cc9852114
fmd-server: 0.14.2 -> 0.15.0 ( #518455 )
2026-05-09 18:34:34 +00:00
nixpkgs-ci[bot] and GitHub
1eac71f640
shogihome: 1.27.1 -> 1.27.2 ( #518447 )
2026-05-09 18:34:24 +00:00
nixpkgs-ci[bot] and GitHub
761e96050b
dns-collector: 2.2.2 -> 2.2.3 ( #518037 )
2026-05-09 18:34:05 +00:00