Expose a top-level lib

This commit is contained in:
Luc Perkins 2022-07-31 12:48:20 +02:00
parent f79a9178f7
commit 3e0478c9c4
No known key found for this signature in database
GPG key ID: 4F102D0C16E232F2

View file

@ -35,6 +35,10 @@
};
}
) // {
lib = {
inherit flake-utils nixpkgs;
};
templates = {
dhall = {
path = ./dhall;