From a456ccb0c817a693e7f875e8159f0ec228a1d2d9 Mon Sep 17 00:00:00 2001 From: Keshav Kini Date: Mon, 26 Oct 2020 00:50:06 -0700 Subject: lib/types.nix: fix missing inherit I think there was a silent (i.e. semantic) merge conflict between PR #101139 and PR #100456. This commit should fix the error, which manifests as follows: error: undefined variable 'boolToString' at /home/kkini/src/nixpkgs/lib/types.nix:552:42 --- lib/types.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/types.nix b/lib/types.nix index 77f32f48ea2ad..ee891f8231b60 100644 --- a/lib/types.nix +++ b/lib/types.nix @@ -57,6 +57,9 @@ let escapeNixString isCoercibleToString ; + inherit (lib.trivial) + boolToString + ; inherit (lib.modules) mergeDefinitions; outer_types = -- cgit 1.4.1