mirror of
https://git.sr.ht/~goorzhel/turboprop
synced 2024-12-14 11:37:37 +00:00
Add packages.*.lib as output (useful for debugging)
This commit is contained in:
parent
3b5168fdc0
commit
5ec509e3b6
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
||||||
inherit charts;
|
inherit charts;
|
||||||
|
|
||||||
# Useful for debugging; will go to own flake eventually.
|
# Useful for debugging; will go to own flake eventually.
|
||||||
inherit releases extras namespaces;
|
inherit releases extras namespaces lib;
|
||||||
inherit (self) releaseData;
|
inherit (self) releaseData;
|
||||||
|
|
||||||
# Each of the leaves of the `releases` and `extras` attrsets
|
# Each of the leaves of the `releases` and `extras` attrsets
|
||||||
|
|
Loading…
Reference in a new issue