Update Nix

This commit is contained in:
Aoran Zeng 2025-07-13 21:19:06 +08:00
parent 8b4dff9c4a
commit b38b75d316
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

@ -64,4 +64,18 @@ wr_nix_setsrc (char *option)
chsrc_conclude (&source);
}
def_target_s (wr_nix);
Feature_t
wr_nix_feat (char *option)
{
Feature_t f = {0};
f.can_get = false;
f.can_reset = false;
f.can_english = false;
f.can_user_define = false;
return f;
}
def_target_sf (wr_nix);