pkgs-lib: Implement settings formats for JSON, INI, YAML and TOML
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
# they depend on some packages. This notably is *not* for supporting package
|
||||
# building, instead pkgs/build-support is the place for that.
|
||||
{ lib, pkgs }: {
|
||||
|
||||
# setting format types and generators. These do not fit in lib/types.nix,
|
||||
# because they depend on pkgs for rendering some formats
|
||||
formats = import ./formats.nix {
|
||||
inherit lib pkgs;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user