Profpatsch/third_party/overlays/sam/pkgs/pkgs-lib/formats/default.nix
1
2
3
4
5
{ callPackage }:

{
  preserves = callPackage ./preserves.nix { };
}