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, 0 insertions, 11 deletions
diff --git a/nixpkgs/pkgs/test/mkOption/keep.nix b/nixpkgs/pkgs/test/mkOption/keep.nix
deleted file mode 100644
index 26fb8c28dd59..000000000000
--- a/nixpkgs/pkgs/test/mkOption/keep.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-let
-  pkgs = import ../../.. {};
-  config = import ./declare.nix;
-in
-  with (pkgs.lib);
-
-  finalReferenceOptionSets
-    filterOptionSets
-    pkgs
-    # List of main configurations.
-    [ config.configB config.configC ]