Update ceph to 18.2.0 in overlay

This commit is contained in:
2023-08-25 18:12:46 +02:00
parent cb3a7b19f7
commit ac4fa9abd4
2 changed files with 412 additions and 0 deletions

View File

@@ -25,4 +25,11 @@ final: prev:
];
});
});
# Update ceph to 18.2.0 until it lands in nixpkgs, see:
# https://github.com/NixOS/nixpkgs/pull/247849
inherit (prev.callPackage ./ceph.nix {
lua = prev.lua5_4;
fmt = prev.fmt_8;
}) ceph ceph-client;
}