From 24b84ecea9683feed5158ad9d307fddd6ebb09a7 Mon Sep 17 00:00:00 2001 From: benaryorg Date: Mon, 6 Apr 2026 17:36:08 +0000 Subject: [PATCH] ceph: no null defaults Signed-off-by: benaryorg --- pkgs/by-name/ce/ceph/ceph.nix | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/pkgs/by-name/ce/ceph/ceph.nix b/pkgs/by-name/ce/ceph/ceph.nix index e3c3beb55a57..44b1204b9b2d 100644 --- a/pkgs/by-name/ce/ceph/ceph.nix +++ b/pkgs/by-name/ce/ceph/ceph.nix @@ -64,22 +64,22 @@ zstd, # Optional Dependencies - curl ? null, - expat ? null, - fuse ? null, - libatomic_ops ? null, - libedit ? null, - libs3 ? null, - yasm ? null, + curl, + expat, + fuse, + libatomic_ops, + libedit, + libs3, + yasm, # Mallocs - gperftools ? null, - jemalloc ? null, + gperftools, + jemalloc, # Crypto Dependencies - cryptopp ? null, - nspr ? null, - nss ? null, + cryptopp, + nspr, + nss, # Linux Only Dependencies linuxHeaders, @@ -90,9 +90,9 @@ keyutils, rdma-core, rabbitmq-c, - libaio ? null, - libxfs ? null, - liburing ? null, + libaio, + libxfs, + liburing, withSystemd ? lib.meta.availableOn stdenv.hostPlatform systemd, }: