From 5ec509e3b6e3b1172c697e46df24ca452bd4c659 Mon Sep 17 00:00:00 2001 From: Antonio Gurgel Date: Mon, 20 Nov 2023 21:52:23 -0800 Subject: [PATCH] Add packages.*.lib as output (useful for debugging) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0c01896..fc2be21 100644 --- a/flake.nix +++ b/flake.nix @@ -63,7 +63,7 @@ inherit charts; # Useful for debugging; will go to own flake eventually. - inherit releases extras namespaces; + inherit releases extras namespaces lib; inherit (self) releaseData; # Each of the leaves of the `releases` and `extras` attrsets