{ lib, ... }: { options.flake.data = lib.mkOption { type = lib.types.anything; description = "Data for dishNet flakes"; }; }