ceph: no null defaults

Signed-off-by: benaryorg <binary@benary.org>
This commit is contained in:
benaryorg
2026-04-06 17:36:08 +00:00
parent d767cd1c72
commit 24b84ecea9
+15 -15
View File
@@ -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,
}: