nixpkgs/pkgs/pkgs-lib/default.nix

8 lines
228 B
Nix
Raw Normal View History

2020-03-26 01:54:23 +00:00
# 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 }: {
}