Archived
1
0
forked from rarias/bscpkgs

Remove old Ceph package overlay

The Ceph package is now integrated in upstream nixpkgs.

Reviewed-by: Aleix Roca Nonell <aleix.rocanonell@bsc.es>
This commit is contained in:
2023-11-07 00:02:26 +01:00
parent bd83ca53ab
commit 7afe7344ac
2 changed files with 0 additions and 412 deletions

View File

@@ -24,12 +24,5 @@ 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;
prometheus-slurm-exporter = prev.callPackage ./slurm-exporter.nix { };
}