Fix ceph overlay

This commit is contained in:
Sandro - 2023-05-23 22:26:05 +02:00
parent 5555555874
commit 2323bfee8e
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ with final; {
bmxd = callPackage ./bmxd.nix { };
ceph_16_2 = callPackage ./ceph.nix { };
ceph_16_2 = (callPackage ./ceph.nix { }).ceph;
dex-oidc = prev.dex-oidc.override {
buildGoModule = args: buildGoModule (args // {