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