about summary refs log tree commit diff
path: root/nixpkgs/pkgs/test/mkOption/keep.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/test/mkOption/keep.nix')
-rw-r--r--nixpkgs/pkgs/test/mkOption/keep.nix11
1 files changed, 11 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/test/mkOption/keep.nix b/nixpkgs/pkgs/test/mkOption/keep.nix
new file mode 100644
index 000000000000..26fb8c28dd59
--- /dev/null
+++ b/nixpkgs/pkgs/test/mkOption/keep.nix
@@ -0,0 +1,11 @@
+let
+  pkgs = import ../../.. {};
+  config = import ./declare.nix;
+in
+  with (pkgs.lib);
+
+  finalReferenceOptionSets
+    filterOptionSets
+    pkgs
+    # List of main configurations.
+    [ config.configB config.configC ]