{
inputs,
system,
...
}: {
imports = inputs.nypkgs.legacyPackages.${system}.lib.umport {
path = ./.;
exclude = [
./default.nix
];
};
}