about summary refs log tree commit diff
path: root/pkgs/pkgs-lib/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/pkgs-lib/default.nix')
-rw-r--r--pkgs/pkgs-lib/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/pkgs-lib/default.nix b/pkgs/pkgs-lib/default.nix
new file mode 100644
index 000000000000..1f74747d3113
--- /dev/null
+++ b/pkgs/pkgs-lib/default.nix
@@ -0,0 +1,7 @@
+# pkgs-lib is for functions and values that can't be in lib because
+# they depend on some packages. This notably is *not* for supporting package
+# building, instead pkgs/build-support is the place for that.
+{ lib, pkgs }: {
+
+}
+