1
0
Fork 0
mirror of https://git.sr.ht/~goorzhel/turboprop synced 2024-12-14 11:37:37 +00:00

Just keep liftDefault in mkCharts

Nixhelm already established that charts are Nix modules shaped like
`dir/default.nix`. Bucking that convention would take effort.
This commit is contained in:
Antonio Gurgel 2023-12-06 21:51:21 -08:00
parent 96ab10c070
commit 7720b14cb9

View file

@ -34,8 +34,6 @@
inherit src;
loader = {...}: p: lib.fetchers.helmChart (import p);
transformer = haumea.lib.transformers.liftDefault;
# TODO: split charts to own `.nix` files
# and remove this transformer
};
in {
lib = {