summary refs log tree commit diff
path: root/pkgs/test/mkOption/keep.nix
blob: c26064d89f7e293d4a52431afc7e92d2f4010621 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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 ]