opencomposite: add meta.platforms (#357198)
[NixPkgs.git] / lib / tests / modules / importApply.nix
blobd3b893cb34e283cb6f9259aabecdc5f1c2c8f1e1
1 { lib, ... }:
3   options.value = lib.mkOption { default = 1; };
4   imports = [ (lib.modules.importApply ./importApply-function.nix { foo = "abc"; }) ];