Merge pull request #101743 from kini/boolToString-merge-conflict
lib/types.nix: fix missing inherit
This commit is contained in:
commit
d210cbff49
@ -57,6 +57,9 @@ let
|
||||
escapeNixString
|
||||
isCoercibleToString
|
||||
;
|
||||
inherit (lib.trivial)
|
||||
boolToString
|
||||
;
|
||||
|
||||
inherit (lib.modules) mergeDefinitions;
|
||||
outer_types =
|
||||
|
Loading…
Reference in New Issue
Block a user