2008-08-05 10:16:35 -07:00
|
|
|
let
|
2016-03-13 11:24:55 -07:00
|
|
|
pkgs = import ../../.. {};
|
2008-08-05 10:16:35 -07:00
|
|
|
config = import ./declare.nix;
|
|
|
|
in
|
|
|
|
with (pkgs.lib);
|
|
|
|
|
|
|
|
finalReferenceOptionSets
|
|
|
|
filterOptionSets
|
|
|
|
pkgs
|
|
|
|
# List of main configurations.
|
|
|
|
[ config.configB config.configC ]
|