0e25bb67cf
svn path=/nixpkgs/trunk/; revision=12505
12 lines
243 B
Nix
12 lines
243 B
Nix
let
|
|
pkgs = import ../../top-level/all-packages.nix {};
|
|
config = import ./declare.nix;
|
|
in
|
|
with (pkgs.lib);
|
|
|
|
finalReferenceOptionSets
|
|
filterOptionSets
|
|
pkgs
|
|
# List of main configurations.
|
|
[ config.configB config.configC ]
|