pkgs: Add pkgs-lib structure

This commit is contained in:
Silvan Mosberger
2020-07-29 18:08:20 +02:00
parent 9df69cba05
commit 888c923880
4 changed files with 17 additions and 0 deletions
+7
View File
@@ -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 }: {
}