From da9162f667e5833b885edae3631299c0e7005d2b Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Sun, 20 Feb 2022 19:23:12 +0000 Subject: add mechanism for handling meta.sourceProvenance attributes heavily based on patterns used by licenses infrastructure, so may appear overengineered for its initial level of use --- lib/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/default.nix') diff --git a/lib/default.nix b/lib/default.nix index e919509e724..791eba8a930 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -36,6 +36,7 @@ let # constants licenses = callLibs ./licenses.nix; + sourceTypes = callLibs ./source-types.nix; systems = callLibs ./systems; # serialization -- cgit 1.4.1