summary refs log tree commit diff
path: root/pkgs/pkgs-lib/default.nix
blob: 1f74747d3113bab7fc3de9d17778f5d36161e8ca (plain) (blame)
1
2
3
4
5
6
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 }: {

}