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:
parent
96ab10c070
commit
7720b14cb9
1 changed files with 0 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue