nix icon indicating copy to clipboard operation
nix copied to clipboard

ModuleInitFlags is missing MODULE_INIT_COMPRESSED_FILE

Open sinkingpoint opened this issue 1 year ago • 1 comments
trafficstars

For loading compressed modules, we have to pass MODULE_INIT_COMPRESSED_FILE into the init_module functions, but this variant doesn't exist on the ModuleInitFlags enum (https://github.com/nix-rust/nix/blob/master/src/kmod.rs#L59-L64)

sinkingpoint avatar Jul 22 '24 04:07 sinkingpoint