mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
pkgs.formats: fix importing toPretty from lib.generators (#555526)
This commit is contained in:
@@ -24,7 +24,6 @@ let
|
||||
singleton
|
||||
strings
|
||||
toJSON
|
||||
toPretty
|
||||
types
|
||||
versionAtLeast
|
||||
warn
|
||||
@@ -39,6 +38,7 @@ let
|
||||
toLua
|
||||
mkLuaInline
|
||||
toPlist
|
||||
toPretty
|
||||
;
|
||||
|
||||
inherit (lib.types)
|
||||
|
||||
Reference in New Issue
Block a user