summary refs log blame commit diff
path: root/pkgs/test/mkOption/keep.nix
blob: 26fb8c28dd59336222c41035f46628e73ca6bd4d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
   
                            








                                     
let
  pkgs = import ../../.. {};
  config = import ./declare.nix;
in
  with (pkgs.lib);

  finalReferenceOptionSets
    filterOptionSets
    pkgs
    # List of main configurations.
    [ config.configB config.configC ]