From 3e0478c9c4a1f32730adf545fd1a2d7099bf6842 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Sun, 31 Jul 2022 12:48:20 +0200 Subject: [PATCH] Expose a top-level lib --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 3f8e899..9836663 100644 --- a/flake.nix +++ b/flake.nix @@ -35,6 +35,10 @@ }; } ) // { + lib = { + inherit flake-utils nixpkgs; + }; + templates = { dhall = { path = ./dhall;