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