nvf/modules/wrapper/lib/default.nix
alfarel 3c224c286c
wrapper/lib: init with mkMappingOption
mkMappingOption wants to read a setting set in config without passing it
every time, so it should be defined in config.
2026-04-09 11:46:41 -04:00

6 lines
58 B
Nix

{
imports = [
./config.nix
./options.nix
];
}