summary refs log tree commit diff
path: root/lib/default.nix
diff options
context:
space:
mode:
authorRobert Scott <code@humanleg.org.uk>2022-02-20 19:23:12 +0000
committerAlexander Foremny <aforemny@posteo.de>2022-05-30 16:27:34 +0800
commitda9162f667e5833b885edae3631299c0e7005d2b (patch)
tree6a435bfbd822ad8c133a5b797da1d05fe1d58a15 /lib/default.nix
parent93e6a4b6070a305c7608de120004b3a25f76f796 (diff)
downloadnixpkgs-da9162f667e5833b885edae3631299c0e7005d2b.tar
nixpkgs-da9162f667e5833b885edae3631299c0e7005d2b.tar.gz
nixpkgs-da9162f667e5833b885edae3631299c0e7005d2b.tar.bz2
nixpkgs-da9162f667e5833b885edae3631299c0e7005d2b.tar.lz
nixpkgs-da9162f667e5833b885edae3631299c0e7005d2b.tar.xz
nixpkgs-da9162f667e5833b885edae3631299c0e7005d2b.tar.zst
nixpkgs-da9162f667e5833b885edae3631299c0e7005d2b.zip
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
Diffstat (limited to 'lib/default.nix')
-rw-r--r--lib/default.nix1
1 files changed, 1 insertions, 0 deletions
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