freebsd.zfs-data: init

This commit is contained in:
Audrey Dutcher 2024-06-06 23:10:34 -07:00
parent 8330c8994c
commit be96ca6bf1

View File

@ -0,0 +1,9 @@
{ mkDerivation, lib }:
mkDerivation {
path = "cddl/share/zfs/compatibility.d";
extraPaths = [ "sys/contrib/openzfs/cmd/zpool/compatibility.d" ];
meta = with lib; {
license = licenses.cddl;
};
}