12 lines
219 B
Nix
12 lines
219 B
Nix
|
let
|
||
|
pkgs = import ../../.. {};
|
||
|
config = import ./declare.nix;
|
||
|
in
|
||
|
with (pkgs.lib);
|
||
|
|
||
|
finalReferenceOptionSets
|
||
|
filterOptionSets
|
||
|
pkgs
|
||
|
# List of main configurations.
|
||
|
[ config.configB config.configC ]
|